Click or drag to resize

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; }

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