ClientAssertionProviderBase.GetSignedAssertionAsync 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.
Get the signed assertion (and refreshes it if needed).
public System.Threading.Tasks.Task<string> GetSignedAssertionAsync (Microsoft.Identity.Client.AssertionRequestOptions? assertionRequestOptions);
member this.GetSignedAssertionAsync : Microsoft.Identity.Client.AssertionRequestOptions -> System.Threading.Tasks.Task<string>
Public Function GetSignedAssertionAsync (assertionRequestOptions As AssertionRequestOptions) As Task(Of String)
Parameters
- assertionRequestOptions
- AssertionRequestOptions
Input object which is populated by the SDK.
Returns
The signed assertion.