Share via


AuthenticationContext.Principal Property

Definition

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.

Applies to