AgentClaims.GetOutgoingAudience(ClaimsIdentity) 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.
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.