ClientAssertion Class

Definition

Client assertion.

public sealed class ClientAssertion
type ClientAssertion = class
Public NotInheritable Class ClientAssertion
Inheritance
ClientAssertion

Constructors

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.

Properties

Expiry

Expiry of the client assertion.

SignedAssertion

Signed assertion.

Applies to