Mono Class Library: Overview

System.Security.Principal.WindowsPrincipal: Members

The members of System.Security.Principal.WindowsPrincipal are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates the corresponding principal of a WindowsIdentity instance.

Public Properties

[read-only]
IdentityIIdentity. The operating system identity associated with the current principal.

Public Methods

IsInRole(int) : bool
Return the membership of the current principal in the specified role.
IsInRole(SecurityIdentifier) : bool
Documentation for this section has not yet been entered.
IsInRole(WindowsBuiltInRole) : bool
Return the membership of the current principal in the specified role.
IsInRole(string) : bool
Return the membership of the current principal in the specified role.