EnterpriseAttestation Property
EnterpriseAttestation
Specifies whether an enterprise attestation is to be returned along with the credential, and if so, which kind. This is an optional parameter, so it is can be null.
C#
public Nullable<EnterpriseAttestation> EnterpriseAttestation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EnterpriseAttestation> |
Remarks
See also the documentation for EnterpriseAttestation.
Not all authenticators support enterprise attestation (check the
Options
property of AuthenticatorInfo). If a
YubiKey does not support this option, setting this property (even
setting it to None
) will generate an error return.
Furthermore, if an authenticator supports only vendor-facilitated attestation, the standard allows treating a request for platform-managed attestation as a request for vendor-facilitated.