Opc.Ua.Core
CertificatePasswordProvider Constructor



Opc.Ua Namespace > CertificatePasswordProvider Class : CertificatePasswordProvider Constructor
Constructor which takes a password string.
Syntax
'Declaration
 
Public Function New( _
   ByVal password As String _
)
'Usage
 
Dim password As String
 
Dim instance As New CertificatePasswordProvider(password)
public CertificatePasswordProvider( 
   string password
)
public:
CertificatePasswordProvider( 
   String^ password
)

Parameters

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

CertificatePasswordProvider Class
CertificatePasswordProvider Members