The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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)
public: property Func<IEnumerable<ClaimsIdentity^>^, ClaimsIdentity^>^ PrimaryIdentitySelector { static Func<IEnumerable<ClaimsIdentity^>^, ClaimsIdentity^>^ get(); [SecurityCriticalAttribute] static void set(Func<IEnumerable<ClaimsIdentity^>^, ClaimsIdentity^>^ value); }
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: