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



Opc.Ua Namespace > X509Utils Class > AddToStoreAsync Method : AddToStoreAsync(X509Certificate2,String,String,String,CancellationToken) Method
The certificate to store.
Type of certificate store (Directory) CertificateStoreType.
The store path (syntax depends on storeType).
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__22)> 
<ExtensionAttribute()> 
Public Overloads Shared Function AddToStoreAsync( _ 
   ByVal certificate As X509Certificate2, _ 
   ByVal storeType As String, _ 
   ByVal storePath As String, _ 
   Optional ByVal password As String, _ 
   Optional ByVal ct As CancellationToken _ 
) As Task(Of X509Certificate2)
'Usage
 
Dim certificate As X509Certificate2
Dim storeType As String
Dim storePath As String
Dim password As String
Dim ct As CancellationToken
Dim value As Task(Of X509Certificate2)
 
value = X509Utils.AddToStoreAsync(certificate, storeType, storePath, password, ct)

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