Opc.Ua.Core
Add Method (ICertificateStore)



Opc.Ua Namespace > ICertificateStore Interface : Add Method
The certificate.
The certificate password.
Adds a certificate to the store.
Syntax
'Declaration
 
Function Add( _
   ByVal certificate As X509Certificate2, _
   Optional ByVal password As String _
) As Task
'Usage
 
Dim instance As ICertificateStore
Dim certificate As X509Certificate2
Dim password As String
Dim value As Task
 
value = instance.Add(certificate, password)

Parameters

certificate
The certificate.
password
The certificate password.
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

ICertificateStore Interface
ICertificateStore Members