AttestationSigner Class
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.
Represents a certificate/key ID pair, used to validate a AttestationToken.
public class AttestationSigner
type AttestationSigner = class
Public Class AttestationSigner
- Inheritance
-
AttestationSigner
Constructors
AttestationSigner(IEnumerable<X509Certificate2>, String) |
Initializes a new instance of the AttestationSigner class. |
Properties
CertificateKeyId |
Returns the Key ID for the returned signing certificate. https://tools.ietf.org/html/rfc7517#section-4.5 for more information about the Key ID parameter. |
SigningCertificates |
Returns the X.509 Certificate chain which can be used to sign an attestation token. If this AttestationSigner is used to sign a certificate, then the FIRST certificate in the SigningCertificates list will have been used to sign the token. |
Applies to
Azure SDK for .NET