ClientAssertion(String, Nullable<DateTimeOffset>) Constructor

Definition

Overloads

ClientAssertion(String, Nullable<DateTimeOffset>)

Constructor of a ClientAssertion, which can be used instead of a client secret or client certificates to authenticate the confidential client application. See https://aka.ms/ms-id-web/client-assertions.

ClientAssertion(String, Nullable<DateTimeOffset>)

Constructor of a ClientAssertion, which can be used instead of a client secret or client certificates to authenticate the confidential client application. See https://aka.ms/ms-id-web/client-assertions.

public ClientAssertion (string signedAssertion, DateTimeOffset? expiry);
new Microsoft.Identity.Web.ClientAssertion : string * Nullable<DateTimeOffset> -> Microsoft.Identity.Web.ClientAssertion
Public Sub New (signedAssertion As String, expiry As Nullable(Of DateTimeOffset))

Parameters

signedAssertion
String

Signed assertion.

expiry
Nullable<DateTimeOffset>

Optional expiry.

Applies to