QuickOPC User's Guide and Reference
State Property (PkiCertificateInfo)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiCertificateInfo Class : State Property
Subject: The state or province name.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=204, 
   ShortName="State")>
Public ReadOnly Property State As String
'Usage
 
Dim instance As PkiCertificateInfo
Dim value As String
 
value = instance.State
[CanBeNull()]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=204, 
   ShortName="State")]
public string State {get;}
[CanBeNull()]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=204, 
   ShortName="State")]
public:
property String^ State {
   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