CertificateRequestProperties.SigningCertificate Property

Definition

Gets or sets the certificate used to sign the certificate request.

public:
 property Certificate ^ SigningCertificate { Certificate ^ get(); void set(Certificate ^ value); };
Certificate SigningCertificate();

void SigningCertificate(Certificate value);
public Certificate SigningCertificate { get; set; }
var certificate = certificateRequestProperties.signingCertificate;
certificateRequestProperties.signingCertificate = certificate;
Public Property SigningCertificate As Certificate

Property Value

The certificate used to sign the certificate request.

Remarks

The output of a signed request is a PKCS7 X509 certificate request.

Applies to