Opc.Ua.Core
Add Method (DirectoryCertificateStore)



Opc.Ua Namespace > DirectoryCertificateStore Class : Add Method
Syntax
'Declaration
 
Public Function Add( _
   ByVal certificate As X509Certificate2, _
   Optional ByVal password As String _
) As Task
'Usage
 
Dim instance As DirectoryCertificateStore
Dim certificate As X509Certificate2
Dim password As String
Dim value As Task
 
value = instance.Add(certificate, password)

Parameters

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

DirectoryCertificateStore Class
DirectoryCertificateStore Members