ClaimsPrincipal.PrimaryIdentitySelector Property
.NET Framework (current version)
Gets and sets the delegate used to select the claims identity returned by the Identity property.
Assembly: mscorlib (in mscorlib.dll)
static member PrimaryIdentitySelector : Func<IEnumerable<ClaimsIdentity>, ClaimsIdentity> with get, set
Property Value
Type: System.Func<IEnumerable<ClaimsIdentity>, ClaimsIdentity>The delegate. The default is null.
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: