Click or drag to resize
weroSoft AG, Software
CertificateRemoveFromStore Method (StoreLocation, Certificate, StoreName)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Removes a certificate from the store.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static void RemoveFromStore(
	StoreLocation storeLocation,
	Certificate certificate,
	StoreName storeName
)

Parameters

storeLocation
Type: System.Security.Cryptography.X509CertificatesStoreLocation
The store the to which the certificate is stored.
certificate
Type: WeroSoft.SecurityCertificate
The certificate which is stored.
storeName
Type: System.Security.Cryptography.X509CertificatesStoreName
Store name where to remove the certificate.
See Also