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.
SecurityTokenService::Principal Property
.NET Framework (current version)
Gets or sets the principal associated with the current instance.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: property ClaimsPrincipal^ Principal { ClaimsPrincipal^ get(); void set(ClaimsPrincipal^ value); }
Property Value
Type: System.Security.Claims::ClaimsPrincipal^A ClaimsPrincipal that represents the current principal.
.NET Framework
Available since 4.5
Available since 4.5
Show: