[This is preliminary documentation and subject to change.]
Initializes a new instance of the ExtendedPrincipal class.
Initializes a new instance of the ExtendedPrincipal class.
public ExtendedPrincipal();
Initializes a new instance of the ExtendedPrincipal class with the given identity.
public ExtendedPrincipal(IIdentity);
Initializes a new instance of the ExtendedPrincipal class with the given identity and a set of roles.
public ExtendedPrincipal(IIdentity,string[]);
ExtendedPrincipal Class | LaMarvin.Constable.Principal Namespace