ManagedIdentityClientAssertion.GetClientAssertionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.