TokenValidationParameters.NameClaimTypeRetriever Property
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.
Gets or sets a delegate that will be called to set the property NameClaimType after validating a token.
public Func<Microsoft.IdentityModel.Tokens.SecurityToken,string,string> NameClaimTypeRetriever { get; set; }
member this.NameClaimTypeRetriever : Func<Microsoft.IdentityModel.Tokens.SecurityToken, string, string> with get, set
Public Property NameClaimTypeRetriever As Func(Of SecurityToken, String, String)
Property Value
Remarks
The function will be passed:
The SecurityToken that is being validated.
The issuer associated with the token.
Returns the value that will set the property NameClaimType.