limitedUse property
Specifies whether this attestation is for use in a limited use (true
)
or session based (false
) context.
To enable this attestation to be used with the replay protection
feature, set this to true
. The default value is false
.
Implementation
core.bool? limitedUse;