ManagedIdentityClientAssertion.GetClientAssertion(CancellationToken) Method

Definition

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

protected override System.Threading.Tasks.Task<Microsoft.Identity.Web.ClientAssertion> GetClientAssertion (System.Threading.CancellationToken cancellationToken);
override this.GetClientAssertion : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Identity.Web.ClientAssertion>
Protected Overrides Function GetClientAssertion (cancellationToken As CancellationToken) As Task(Of ClientAssertion)

Parameters

cancellationToken
CancellationToken

Returns

The signed assertion.

Applies to