Share via


AzureIdentityForKubernetesClientAssertion.GetClientAssertion Method

Definition

Get the signed assertion from a file.

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