Opc.Ua.Core
AddToStoreAsync(X509Certificate2,CertificateStoreIdentifier,String,CancellationToken) Method



Opc.Ua Namespace > X509Utils Class > AddToStoreAsync Method : AddToStoreAsync(X509Certificate2,CertificateStoreIdentifier,String,CancellationToken) Method
The certificate to store.
Type of certificate store (Directory) CertificateStoreType.
The password to use to protect the certificate.
The cancellation token.
e Extension to add a certificate to a ICertificateStore.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(Opc.Ua.X509Utils/d__23)> 
<ExtensionAttribute()> 
Public Overloads Shared Function AddToStoreAsync( _ 
   ByVal certificate As X509Certificate2, _ 
   ByVal storeIdentifier As CertificateStoreIdentifier, _ 
   Optional ByVal password As String, _ 
   Optional ByVal ct As CancellationToken _ 
) As Task(Of X509Certificate2)
'Usage
 
Dim certificate As X509Certificate2
Dim storeIdentifier As CertificateStoreIdentifier
Dim password As String
Dim ct As CancellationToken
Dim value As Task(Of X509Certificate2)
 
value = X509Utils.AddToStoreAsync(certificate, storeIdentifier, password, ct)

Parameters

certificate
The certificate to store.
storeIdentifier
Type of certificate store (Directory) CertificateStoreType.
password
The password to use to protect the certificate.
ct
The cancellation token.
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