RegistrationData Constructor
RegistrationData(ReadOnlyMemory<byte>)
Build a new RegistrationData
object from the encoded
response, which is the data portion of the value returned by the
YubiKey.
C#
public RegistrationData(ReadOnlyMemory<byte> encodedResponse)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlyMemory<byte> | encodedResponse |