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

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

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.
See Also