AttestationToken.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.
Returns the X.509 certificate which was used to verify the attestation token.
Null until the ValidateToken(AttestationTokenValidationOptions, IReadOnlyList<AttestationSigner>, CancellationToken) method has been called.
public Azure.Security.Attestation.AttestationSigner SigningCertificate { get; }
member this.SigningCertificate : Azure.Security.Attestation.AttestationSigner
Public ReadOnly Property SigningCertificate As AttestationSigner