You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Fido2.Models/CredentialCreateOptions.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,9 @@ public sealed class CredentialCreateOptions : Fido2ResponseBase
52
52
/// <summary>
53
53
/// This member is intended for use by Relying Parties that wish to select a preference regarding the attestation statement format used, if such an attestation is requested.
54
54
/// </summary>
55
+
/// <remarks>
56
+
/// This parameter is advisory and the authenticator MAY use an attestation statement not enumerated in this parameter.
0 commit comments