QuickOPC User's Guide and Reference
StateOrProvinceName Property (IUAReadOnlyApplicationManifest)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Administration Namespace > IUAReadOnlyApplicationManifest Interface : StateOrProvinceName Property
A state or province name.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property StateOrProvinceName As String
'Usage
 
Dim instance As IUAReadOnlyApplicationManifest
Dim value As String
 
value = instance.StateOrProvinceName
[NotNull()]
string StateOrProvinceName {get;}
[NotNull()]
property String^ StateOrProvinceName {
   String^ get();
}
Remarks

When not empty, will include the state or province name attribute (S=) with the given value in the certificate subject name.

This is equivalent to "SP=" or "ST=".

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