Constable Authorization Engine 2.0 BETA

DynamicPrincipal Constructor (IIdentity)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DynamicPrincipal object with the given identity and the IsInRoleResult property set to the false.

[Visual Basic]
Overloads Public Sub New( _
   ByVal identity As IIdentity _
)
[C#]
public DynamicPrincipal(
   IIdentity identity
);

Parameters

identity
The IIdentity implementation to associate with the current instance.

Exceptions

Exception Type Condition
ArgumentNullException A a null reference (Nothing in Visual Basic) was passed as a value of the identity argument.

See Also

DynamicPrincipal Class | LaMarvin.Constable.Principal Namespace | DynamicPrincipal Constructor Overload List