EnterpriseAttestation Property
EnterpriseAttestation
Indicates whether an enterprise attestation was returned. This is an optional value, so if the YubiKey did not return this element, the property will be null.
C#
public Nullable<bool> EnterpriseAttestation { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Remarks
If there is no enterprise attestation entry in the response (this
property is null), or if there was (this property is not null) and it
is false
, then there was no enterprise attestation statement
returned. If there was an entry (this property is not null) and the
value is true
, then there was an enterprise attestation
statement returned.