Skip to content

Commit c840c77

Browse files
committed
Added XML comments to requestTokenBinding
1 parent da092ba commit c840c77

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<RegisteredPublicKeyCredential> MakeNewCredentialAsync(
@@ -107,7 +107,7 @@ public AssertionOptions GetAssertionOptions(
107107
/// <param name="storedDevicePublicKeys">The stored device public keys.</param>
108108
/// <param name="storedSignatureCounter">The stored value of the signature counter.</param>
109109
/// <param name="isUserHandleOwnerOfCredentialIdCallback">The delegate used to validate that the user handle is indeed owned of the CredentialId.</param>
110-
/// <param name="requestTokenBindingId">Deprecated ===</param>
110+
/// <param name="requestTokenBindingId">DO NOT USE - Deprecated, but kept in code due to conformance testing tool</param>
111111
/// <param name="cancellationToken">The <see cref="CancellationToken"/> used to propagate notifications that the operation should be canceled.</param>
112112
/// <returns></returns>
113113
public async Task<VerifyAssertionResult> MakeAssertionAsync(

0 commit comments

Comments
 (0)