AzureIdentityForKubernetesClientAssertion.GetClientAssertionAsync Method

Definition

Get the signed assertion from a file.

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