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 3db9b67 commit 42f0d32Copy full SHA for 42f0d32
Yubico.YubiKey/src/Yubico/YubiKey/Fido2/MakeCredentialData.cs
@@ -170,7 +170,7 @@ public class MakeCredentialData
170
/// <summary>
171
/// This returns the raw CBOR encoded credential data from the YubiKey, as returned by the MakeCredential operation.
172
/// </summary>
173
- public ReadOnlyMemory<byte> RawData { get; private set; }
+ public ReadOnlyMemory<byte> RawData { get; }
174
175
// The default constructor explicitly defined. We don't want it to be
176
// used.
0 commit comments