ClaimsPrincipal.ClaimsPrincipalSelector 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 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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.