This documentation is archived and is not being maintained.

RolePrincipal Constructor

Creates a new instance of the RolePrincipal class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method RolePrincipal(IIdentity) Instantiates a RolePrincipal object for the specified identity.
Public method RolePrincipal(IIdentity, String) Instantiates a RolePrincipal object for the specified identity with role information from the specified encryptedTicket.
Protected method RolePrincipal(SerializationInfo, StreamingContext) Initializes a new instance of the RolePrincipal class using information that is contained in the specified SerializationInfo object and using the specified streaming context.
Public method RolePrincipal(String, IIdentity) Instantiates a RolePrincipal object for the specified identity using the specified providerName.
Public method RolePrincipal(String, IIdentity, String) Instantiates a RolePrincipal object for the specified identity using the specified providerName and role information from the specified encryptedTicket.
Top
Show: