ClientAssertionProviderBase.GetSignedAssertionAsync Metod

Definition

Hämta den signerade försäkran (och uppdaterar den om det behövs).

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)

Parametrar

assertionRequestOptions
AssertionRequestOptions

Indataobjekt som fylls i av SDK:et.

Returer

Den signerade försäkran.

Gäller för