CertificateRequestProperties.SigningCertificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.