AgentClaims.GetOutgoingAudience(ClaimsIdentity) Method

Definition

Retrieves the audience for an outgoing token from the given incoming identity.

public static string GetOutgoingAudience(this System.Security.Claims.ClaimsIdentity identity);
static member GetOutgoingAudience : System.Security.Claims.ClaimsIdentity -> string
<Extension()>
Public Function GetOutgoingAudience (identity As ClaimsIdentity) As String

Parameters

identity
ClaimsIdentity

The incoming identity containing the token information.

Returns

The token audience as a string.

Applies to