OPC Studio 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
 
<NotNullAttribute()>
Public ReadOnly Property StoreTypeName As String
'Usage
 
Dim instance As PkiStoreInfo
Dim value As String
 
value = instance.StoreTypeName
[NotNull()]
public string StoreTypeName {get;}
[NotNull()]
public:
property String^ StoreTypeName {
   String^ 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