Skip to content

Commit 0dcae2e

Browse files
committed
Nullable property
1 parent d1e9094 commit 0dcae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/VirtualAuth/Credential.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static Credential CreateResidentCredential(byte[] id, string rpId, string
8686
/// <summary>
8787
/// Gets the ID of the relying party of this credential.
8888
/// </summary>
89-
public string RpId { get; }
89+
public string? RpId { get; }
9090

9191
/// <summary>
9292
/// Gets the private key of the credential.

0 commit comments

Comments
 (0)