ClaimsPrincipal.ClaimsPrincipalSelector Property

Definition

Gets or sets the delegate used to select the claims principal returned by the Current property.

public:
 static property Func<System::Security::Claims::ClaimsPrincipal ^> ^ ClaimsPrincipalSelector { Func<System::Security::Claims::ClaimsPrincipal ^> ^ get(); void set(Func<System::Security::Claims::ClaimsPrincipal ^> ^ value); };
public static Func<System.Security.Claims.ClaimsPrincipal> ClaimsPrincipalSelector { get; [System.Security.SecurityCritical] set; }
public static Func<System.Security.Claims.ClaimsPrincipal> ClaimsPrincipalSelector { get; set; }
[<set: System.Security.SecurityCritical>]
static member ClaimsPrincipalSelector : Func<System.Security.Claims.ClaimsPrincipal> with get, set
static member ClaimsPrincipalSelector : Func<System.Security.Claims.ClaimsPrincipal> with get, set
Public Shared Property ClaimsPrincipalSelector As Func(Of ClaimsPrincipal)

Property Value

The delegate. The default is null.

Attributes

Remarks

You can set this property to override the default behavior of the Current property.

Applies to

See also