JsonWebTokenTestStepCertificatePath Property |
Gets or sets a PKCS#12 certificate used to sign a token using asymmetric algorithm like RSA, ECDSA or PSS.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string CertificatePath { get; set; }
<DataMemberAttribute>
Public Property CertificatePath As String
Get
Set
public:
[DataMemberAttribute]
property String^ CertificatePath {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member CertificatePath : string with get, set
Property Value
Type:
String
The certificate path.
Remarks For security reasons:
Use ONLY test certificate for test propose, NEVER use a production certificate.
NEVER shares your PKCS#12 certificate that contains the private key.
See Also