QuickOPC User's Guide and Reference
PkiStoreInfo Constructor



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiStoreInfo Class : PkiStoreInfo Constructor
The name of the store.
The PKI store.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal pkiStore As IPkiStore _
)
'Usage
 
Dim name As String
Dim pkiStore As IPkiStore
 
Dim instance As New PkiStoreInfo(name, pkiStore)
public PkiStoreInfo( 
   string name,
   IPkiStore pkiStore
)
public:
PkiStoreInfo( 
   String^ name,
   IPkiStore^ pkiStore
)

Parameters

name
The name of the store.
pkiStore
The PKI store.
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