Show / Hide Table of Contents

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 bool? EnterpriseAttestation { get; }

Property Value

Type Description
bool?

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.

In this article
Back to top Generated by DocFX