HttpsCertificateExecutionConfigurationData Properties
Class Properties 6 members
Metadata for HTTPS/TLS server certificate configuration.
The server authentication certificate for the resource, if any.
public X509Certificate2 Certificate { get; init; } Indicates whether the key path was actually referenced in the resource configuration.
public bool IsKeyPathReferenced { get; } Indicates whether the PFX path was actually referenced in the resource configuration.
public bool IsPfxPathReferenced { get; } Reference expression that will resolve to the path of the server authentication certificate key in PEM format.
public ReferenceExpression KeyPathReference { get; set; } The passphrase for the server authentication certificate, if any.
public string? Password { get; init; } Reference expression that will resolve to the path of the server authentication certificate in PFX format.
public ReferenceExpression PfxPathReference { get; set; }