public interface IPrincipal
|
All principal objects are required to implement the IPrincipal interface.
| Identity | Read-only Gets the identity of the current principal. |
| IsInRole | Determines whether the current principal belongs to the specified role. |
IIdentity Identity {get;}
|
role