Constable Authorization Engine 2.0 BETA

ExtendedPrincipal Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ExtendedPrincipal class.

Overload List

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[]);

See Also

ExtendedPrincipal Class | LaMarvin.Constable.Principal Namespace