OPC Studio User's Guide and Reference
X509CertificateTokenInfo Constructor(String)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > X509CertificateTokenInfo Class > X509CertificateTokenInfo Constructor : X509CertificateTokenInfo Constructor(String)
The name of a certificate file.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying a certificate file name.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String _
)
'Usage
 
Dim fileName As String
 
Dim instance As New X509CertificateTokenInfo(fileName)
public X509CertificateTokenInfo( 
   string fileName
)
public:
X509CertificateTokenInfo( 
   String^ fileName
)

Parameters

fileName
The name of a certificate file.

The value of this parameter cannot be null (Nothing in Visual Basic).

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