GetAssertionParameters Constructor
GetAssertionParameters(RelyingParty, ReadOnlyMemory<Byte>)
Constructs a new instance of GetAssertionParameters.
C#
public GetAssertionParameters(RelyingParty relyingParty, ReadOnlyMemory<byte> clientDataHash)
Parameters
Type | Name | Description |
---|---|---|
RelyingParty | 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. |
System.ReadOnlyMemory<System.Byte> | 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.