QuickOPC User's Guide and Reference
StoreTypeName Property



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