OPC Studio 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 value of this parameter cannot be null (Nothing in Visual Basic).

The PKI store.

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

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.

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

pkiStore
The PKI store.

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