QuickOPC User's Guide and Reference
X509CertificateTokenInfo Constructor(String,String)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > X509CertificateTokenInfo Class > X509CertificateTokenInfo Constructor : X509CertificateTokenInfo Constructor(String,String)
The name of a certificate file.
The password required to access the X.509 certificate data.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String, _
   ByVal password As String _
)
'Usage
 
Dim fileName As String
Dim password As String
 
Dim instance As New X509CertificateTokenInfo(fileName, password)
public X509CertificateTokenInfo( 
   string fileName,
   string password
)
public:
X509CertificateTokenInfo( 
   String^ fileName,
   String^ password
)

Parameters

fileName
The name of a certificate file.
password
The password required to access the X.509 certificate data.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also