GetData Method
GetData()
Return the boolean indicating mutual auth or not, along with the value portion of the Response Data, namely, Client Authentication Challenge.
C#
public (bool, ReadOnlyMemory<byte>) GetData()
Returns
System.ValueTuple<System.Boolean, System.ReadOnlyMemory<System.Byte>>
A (bool, byte array) tuple
if this is mutual auth and
the 8 bytes that make up the Client Authentication Challenge.
Implements
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException |