'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)
[AsyncStateMachine(Opc.Ua.X509Utils/d__22)] [Extension()] public static Task<X509Certificate2> AddToStoreAsync( X509Certificate2 certificate, string storeType, string storePath, string password, CancellationToken ct )
[AsyncStateMachine(Opc.Ua.X509Utils/d__22)] [Extension()] public: static Task<X509Certificate2^>^ AddToStoreAsync( X509Certificate2^ certificate, String^ storeType, String^ storePath, String^ password, CancellationToken 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.