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