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 d1e9094 commit 0dcae2eCopy full SHA for 0dcae2e
dotnet/src/webdriver/VirtualAuth/Credential.cs
@@ -86,7 +86,7 @@ public static Credential CreateResidentCredential(byte[] id, string rpId, string
86
/// <summary>
87
/// Gets the ID of the relying party of this credential.
88
/// </summary>
89
- public string RpId { get; }
+ public string? RpId { get; }
90
91
92
/// Gets the private key of the credential.
0 commit comments