We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a5d5c commit 8d3cc82Copy full SHA for 8d3cc82
dotnet/src/webdriver/VirtualAuth/IHasVirtualAuthenticator.cs
@@ -64,7 +64,7 @@ public interface IHasVirtualAuthenticator
64
/// </summary>
65
/// <param name="credentialId">A byte array representing the ID of the credential to remove.</param>
66
/// <exception cref="ArgumentNullException">If <paramref name="credentialId"/> is <see langword="null"/>.</exception>
67
- /// <exception cref="InvalidOperationException">If a Virtual Authenticator has not been added yet.</exception>
+ /// <exception cref="InvalidOperationException">If a Virtual Authenticator has not been added yet.</exception>
68
void RemoveCredential(byte[] credentialId);
69
70
/// <summary>
0 commit comments