The new password needed to access the private key (optional).
Syntax
'Declaration
<CanBeNullAttribute()>
Property NewPrivateKeyPassword As String
'Usage
Dim instance As _UAObtainCertificateArguments
Dim value As String
instance.NewPrivateKeyPassword = value
value = instance.NewPrivateKeyPassword
[CanBeNull()]
string NewPrivateKeyPassword {get; set;}
[CanBeNull()]
property String^ NewPrivateKeyPassword {
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