Constable Authorization Engine 2.0 BETA

DynamicPrincipal Constructor (Boolean)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DynamicPrincipal object with the current WindowsIdentity and the IsInRoleResult property set to the isInRoleResult value.

[Visual Basic]
Overloads Public Sub New( _
   ByVal isInRoleResult As Boolean _
)
[C#]
public DynamicPrincipal(
   bool isInRoleResult
);

Parameters

isInRoleResult
The initial value for the IsInRoleResult property.

See Also

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