Udostępnij za pośrednictwem


ManagedIdentityClientAssertion.GetClientAssertionAsync 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> GetClientAssertionAsync (Microsoft.Identity.Client.AssertionRequestOptions? assertionRequestOptions);
override this.GetClientAssertionAsync : Microsoft.Identity.Client.AssertionRequestOptions -> System.Threading.Tasks.Task<Microsoft.Identity.Web.ClientAssertion>
Protected Overrides Function GetClientAssertionAsync (assertionRequestOptions As AssertionRequestOptions) As Task(Of ClientAssertion)

Parameters

assertionRequestOptions
AssertionRequestOptions

Returns

The signed assertion.

Applies to