JsonWebTokenTestStepCertificatePassword Property |
Gets or sets the password used to protect the given PKCS#12 certificate.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax public string CertificatePassword { get; set; }
Public Property CertificatePassword As String
Get
Set
public:
property String^ CertificatePassword {
String^ get ();
void set (String^ value);
}
member CertificatePassword : string with get, set
Property Value
Type:
String
The certificate password.
Remarks
For security reasons, The password is encrypted in saved automation project. If the password is forgotten, in no case it can be recovered.
See Also