CertificateRequestProperties.AttestationCredentialCertificate 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 CA exchange certificate that is used to encrypt a key attestation certificate request.
public:
property Certificate ^ AttestationCredentialCertificate { Certificate ^ get(); void set(Certificate ^ value); };
Certificate AttestationCredentialCertificate();
void AttestationCredentialCertificate(Certificate value);
public Certificate AttestationCredentialCertificate { get; set; }
var certificate = certificateRequestProperties.attestationCredentialCertificate;
certificateRequestProperties.attestationCredentialCertificate = certificate;
Public Property AttestationCredentialCertificate As Certificate
Property Value
The CA exchange certificate that is used to encrypt a key attestation certificate request.