Skip to content

Commit b7315d4

Browse files
committed
Added XML comments to requestTokenBinding
1 parent 4ddc18f commit b7315d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Fido2/Fido2.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public CredentialCreateOptions RequestNewCredential(
6565
/// <param name="attestationResponse">The attestation response from the authenticator.</param>
6666
/// <param name="originalOptions">The original options that was sent to the client.</param>
6767
/// <param name="isCredentialIdUniqueToUser">The delegate used to validate that the CredentialID is unique to this user.</param>
68-
/// <param name="requestTokenBindingId">deprecated ===</param>
68+
/// <param name="requestTokenBindingId">DO NOT USE - Deprecated, but kept in code due to conformance testing tool</param>
6969
/// <param name="cancellationToken">The <see cref="CancellationToken"/> used to propagate notifications that the operation should be canceled.</param>
7070
/// <returns></returns>
7171
public async Task<MakeNewCredentialResult> MakeNewCredentialAsync(
@@ -112,7 +112,7 @@ public AssertionOptions GetAssertionOptions(
112112
/// <param name="storedDevicePublicKeys">The stored device public keys.</param>
113113
/// <param name="storedSignatureCounter">The stored value of the signature counter.</param>
114114
/// <param name="isUserHandleOwnerOfCredentialIdCallback">The delegate used to validate that the user handle is indeed owned of the CredentialId.</param>
115-
/// <param name="requestTokenBindingId">Deprecated ===</param>
115+
/// <param name="requestTokenBindingId">DO NOT USE - Deprecated, but kept in code due to conformance testing tool</param>
116116
/// <param name="cancellationToken">The <see cref="CancellationToken"/> used to propagate notifications that the operation should be canceled.</param>
117117
/// <returns></returns>
118118
public async Task<VerifyAssertionResult> MakeAssertionAsync(

0 commit comments

Comments
 (0)