QuickOPC User's Guide and Reference
Name Property (PkiStoreInfo)



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