Click or drag to resize

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

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