System.Threading.Thread.CurrentPrincipal Property

Gets or sets the thread's current principal (for role-based security).

Syntax

public static System.Security.Principal.IPrincipal CurrentPrincipal { get; set; }

Value

An object implementing System.Security.Principal.IPrincipal which encapsulates information about the principal which the thread is executing on behalf of.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0