OBSOLETE: It is strongly recommended to use the OpcLabs.EasyOpc.UA.Discovery.IUAReadOnlyApplicationElement.ApplicationName and other such properties instead.
The subject name of the client application certificate. When empty, the component will make a subject name automatically, and it will be the same as the application name.
'Declaration
<NotNullAttribute()>
ReadOnly Property InstanceCertificateSubject As String
'Usage
Dim instance As IUAReadOnlyApplicationManifest
Dim value As String
value = instance.InstanceCertificateSubject
[NotNull()]
string InstanceCertificateSubject {get;}
[NotNull()]
property String^ InstanceCertificateSubject {
String^ get();
}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
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