Skip to content

Commit 31ed486

Browse files
author
Jonas Hendrickx
committed
Add remark
1 parent ad2092f commit 31ed486

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/Fido2.Models/CredentialCreateOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public sealed class CredentialCreateOptions : Fido2ResponseBase
5252
/// <summary>
5353
/// 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.
5454
/// </summary>
55+
/// <remarks>
56+
/// This parameter is advisory and the authenticator MAY use an attestation statement not enumerated in this parameter.
57+
/// </remarks>
5558
[JsonPropertyName("attestationFormats")]
5659
public IReadOnlyList<AttestationStatementFormatIdentifier> AttestationFormats = Array.Empty<AttestationStatementFormatIdentifier>();
5760

0 commit comments

Comments
 (0)