ManagedIdentityClientAssertion Class

Definition

public class ManagedIdentityClientAssertion : Microsoft.Identity.Web.ClientAssertionProviderBase
type ManagedIdentityClientAssertion = class
    inherit ClientAssertionProviderBase
Public Class ManagedIdentityClientAssertion
Inherits ClientAssertionProviderBase
Inheritance
ManagedIdentityClientAssertion

Constructors

ManagedIdentityClientAssertion(String)

See https://aka.ms/ms-id-web/certificateless.

Properties

Expiry

Expiry of the client assertion.

(Inherited from ClientAssertionProviderBase)

Methods

GetClientAssertion(CancellationToken)

Prototype of certificate-less authentication using a signed assertion acquired with managed identity (certificateless).

GetSignedAssertion(CancellationToken)

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

(Inherited from ClientAssertionProviderBase)

Applies to