AuthenticationContext.Principal 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 currently authenticated principal.
public System.Security.Principal.IPrincipal Principal { get; set; }
member this.Principal : System.Security.Principal.IPrincipal with get, set
Public Property Principal As IPrincipal
Property Value
The security credentials for the authentication.