Show / Hide Table of Contents

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.

ReadOnlyMemory<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.

In this article
Back to top Generated by DocFX