'Declaration
<ExtensionAttribute()> Public Overloads Shared Function AddToStore( _ ByVal certificate As X509Certificate2, _ ByVal storeType As String, _ ByVal storePath As String, _ Optional ByVal password As String _ ) As X509Certificate2
'Usage
Dim certificate As X509Certificate2 Dim storeType As String Dim storePath As String Dim password As String Dim value As X509Certificate2 value = X509Utils.AddToStore(certificate, storeType, storePath, password)
[Extension()] public static X509Certificate2 AddToStore( X509Certificate2 certificate, string storeType, string storePath, string password )
[Extension()] public: static X509Certificate2^ AddToStore( X509Certificate2^ certificate, String^ storeType, String^ storePath, String^ password )
Parameters
- certificate
- The certificate to store.
- storeType
- Type of certificate store (Directory) CertificateStoreType.
- storePath
- The store path (syntax depends on storeType).
- password
- The password to use to protect the certificate.