ClaimsPrincipal::ClaimsPrincipalSelector Property
.NET Framework (current version)
Gets and sets the delegate used to select the claims principal returned by the Current property.
Assembly: mscorlib (in mscorlib.dll)
public: property Func<ClaimsPrincipal^>^ ClaimsPrincipalSelector { static Func<ClaimsPrincipal^>^ get(); [SecurityCriticalAttribute] static void set(Func<ClaimsPrincipal^>^ value); }
SecurityCriticalAttribute
Set operation requires full trust for the immediate caller. This member cannot be set by partially trusted or transparent code.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Available since 10
.NET Framework
Available since 4.5
Show: