QuickOPC User's Guide and Reference
PkiCertificate Constructor(String)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiCertificate Class > PkiCertificate Constructor : PkiCertificate Constructor(String)
Initializes a new instance of the class using a certificate file name.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String _
)
'Usage
 
Dim fileName As String
 
Dim instance As New PkiCertificate(fileName)
public PkiCertificate( 
   string fileName
)
public:
PkiCertificate( 
   String^ fileName
)

Parameters

fileName
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