Share via


CertificateRequestProperties.AttestationCredentialCertificate Property

Definition

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.

Applies to