GetAssertionParameters Constructor
GetAssertionParameters(RelyingParty, ReadOnlyMemory<byte>)
Constructs a new instance of Get
C#
public GetAssertionParameters(RelyingParty relyingParty, ReadOnlyMemory<byte> clientDataHash)
Parameters
Type | Name | Description |
---|---|---|
Relying |
relyingParty | The relying party for which the assertion is to be obtained. This constructor copies a reference to the input object. This constructor will copy a reference to the input. |
Read |
clientDataHash | The client data hash for the current connection. This constructor will copy a reference to the input. |
Remarks
Both the relying party and client data hash are required parameters. All others are optional.