QuickOPC 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)>
<DisplayAttribute(AutoGenerateField=False, 
   Order=2, 
   ShortName="Store")>
<NotNullAttribute()>
Public ReadOnly Property Store As IPkiStore
'Usage
 
Dim instance As PkiStoreInfo
Dim value As IPkiStore
 
value = instance.Store
[Browsable(false)]
[Display(AutoGenerateField=false, 
   Order=2, 
   ShortName="Store")]
[NotNull()]
public IPkiStore Store {get;}
[Browsable(false)]
[Display(AutoGenerateField=false, 
   Order=2, 
   ShortName="Store")]
[NotNull()]
public:
property IPkiStore^ Store {
   IPkiStore^ get();
}
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