OPC Studio User's Guide and Reference
Store Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiStoreInfo Class : Store Property
Represents a PKI store, where certificates and CRLs are persisted and managed.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public ReadOnly Property Store As IPkiStore
'Usage
 
Dim instance As PkiStoreInfo
Dim value As IPkiStore
 
value = instance.Store
[Browsable(false)]
[NotNull()]
public IPkiStore Store {get;}
[Browsable(false)]
[NotNull()]
public:
property IPkiStore^ Store {
   IPkiStore^ get();
}

Property Value

The value of this property 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