'Declaration
Property SetNewPassword As Boolean
'Usage
Dim instance As _UAObtainCertificateArguments Dim value As Boolean instance.SetNewPassword = value value = instance.SetNewPassword
bool SetNewPassword {get; set;}
'Declaration
Property SetNewPassword As Boolean
'Usage
Dim instance As _UAObtainCertificateArguments Dim value As Boolean instance.SetNewPassword = value value = instance.SetNewPassword
bool SetNewPassword {get; set;}
The NewPrivateKeyPassword only has effect when SetNewPassword is true
. In such case, the newly obtained certificate will be protected with the password given by NewPrivateKeyPassword, and this password will also become the currently configured password in the application. When SetNewPassword is false
, the newly obtained certificate will be protected with the password currently configured in the application, if any.