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