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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Administration Namespace > IUAReadOnlyApplicationManifest Interface : CountryName Property
A country or region (two-letter code).
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property CountryName As String
'Usage
 
Dim instance As IUAReadOnlyApplicationManifest
Dim value As String
 
value = instance.CountryName
[NotNull()]
string CountryName {get;}
[NotNull()]
property String^ CountryName {
   String^ get();
}
Remarks

When not empty, will include the country or region attribute (C=) with the given value in the certificate subject name.

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