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 |
---|---|---|
System.ReadOnlyMemory<System.Byte> | encodedResponse |