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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.