Skip to content

Commit 42f0d32

Browse files
authored
misc: remove private setter in MakeCredentialData.RawData
1 parent 3db9b67 commit 42f0d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.YubiKey/src/Yubico/YubiKey/Fido2/MakeCredentialData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public class MakeCredentialData
170170
/// <summary>
171171
/// This returns the raw CBOR encoded credential data from the YubiKey, as returned by the MakeCredential operation.
172172
/// </summary>
173-
public ReadOnlyMemory<byte> RawData { get; private set; }
173+
public ReadOnlyMemory<byte> RawData { get; }
174174

175175
// The default constructor explicitly defined. We don't want it to be
176176
// used.

0 commit comments

Comments
 (0)