Click or drag to resize

SecurityExtensionsGetFirstClaimValue Method

Overload List
 NameDescription
Public Extension MethodGetFirstClaimValue(IClaimsIdentity, String) Gets the first claim value out of an IClaimsIdentity searching in the order of claim types provided in the claimTypes parameters.
Public Extension MethodGetFirstClaimValue(IClaimsPrincipal, String) Gets the first value of a matching claim type from an IClaimsPrincipal searching in the order specified in the parameters.
Top
See Also