ClientAssertionProviderBase Class

Definition

Description of a client assertion in the application configuration. See https://aka.ms/ms-id-web/client-assertions.

public abstract class ClientAssertionProviderBase
type ClientAssertionProviderBase = class
Public MustInherit Class ClientAssertionProviderBase
Inheritance
ClientAssertionProviderBase
Derived

Constructors

ClientAssertionProviderBase()

Properties

Expiry

Expiry of the client assertion.

Methods

GetClientAssertion(CancellationToken)

Gets the Client assertion

GetSignedAssertion(CancellationToken)

Get the signed assertion (and refreshes it if needed).

Applies to