QuickOPC User's Guide and Reference
StoreType Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiStoreInfo Class : StoreType Property
The type of the PKI store.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=False, 
   Order=3, 
   ShortName="Store Type")>
<NotNullAttribute()>
Public ReadOnly Property StoreType As Type
'Usage
 
Dim instance As PkiStoreInfo
Dim value As Type
 
value = instance.StoreType
[Display(AutoGenerateField=false, 
   Order=3, 
   ShortName="Store Type")]
[NotNull()]
public Type StoreType {get;}
[Display(AutoGenerateField=false, 
   Order=3, 
   ShortName="Store Type")]
[NotNull()]
public:
property Type^ StoreType {
   Type^ 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