The password for the private key of the default application instance certificate.
Syntax
'Declaration
<DefaultValueAttribute("")>
<IsValueEvidentAttribute(False)>
<NotNullAttribute()>
Public Property InstanceCertificatePrivateKeyPassword As String
'Usage
Dim instance As UAClientServerApplicationParameters
Dim value As String
instance.InstanceCertificatePrivateKeyPassword = value
value = instance.InstanceCertificatePrivateKeyPassword
[DefaultValue("")]
[IsValueEvident(false)]
[NotNull()]
public string InstanceCertificatePrivateKeyPassword {get; set;}
[DefaultValue("")]
[IsValueEvident(false)]
[NotNull()]
public:
property String^ InstanceCertificatePrivateKeyPassword {
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