Opc.Ua.Core
AddToStore(X509Certificate2,CertificateStoreIdentifier,String) Method



Opc.Ua Namespace > X509Utils Class > AddToStore Method : AddToStore(X509Certificate2,CertificateStoreIdentifier,String) Method
The certificate to store.
The certificate store.
The password to use to protect the certificate.
Extension to add a certificate to a ICertificateStore.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function AddToStore( _
   ByVal certificate As X509Certificate2, _
   ByVal storeIdentifier As CertificateStoreIdentifier, _
   Optional ByVal password As String _
) As X509Certificate2
'Usage
 
Dim certificate As X509Certificate2
Dim storeIdentifier As CertificateStoreIdentifier
Dim password As String
Dim value As X509Certificate2
 
value = X509Utils.AddToStore(certificate, storeIdentifier, password)

Parameters

certificate
The certificate to store.
storeIdentifier
The certificate store.
password
The password to use to protect the certificate.
Remarks
Saves also the private key, if available. If written to a Pfx file, the password is used for protection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509Utils Class
X509Utils Members
Overload List