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.
Syntax
'Declaration
<NotNullAttribute()>
<ObsoleteAttribute("It is strongly recommended to use the ApplicationName and other properties instead.")>
Property InstanceCertificateSubject As String
'Usage
Dim instance As _UAApplicationManifest
Dim value As String
instance.InstanceCertificateSubject = value
value = instance.InstanceCertificateSubject
[NotNull()]
[Obsolete("It is strongly recommended to use the ApplicationName and other properties instead.")]
string InstanceCertificateSubject {get; set;}
[NotNull()]
[Obsolete("It is strongly recommended to use the ApplicationName and other properties instead.")]
property String^ InstanceCertificateSubject {
String^ get();
void set ( String^ value);
}
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