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



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

When not empty, will include the locality name attribute (L=) 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