Constable Authorization Engine 2.0 BETA

DynamicPrincipal Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DynamicPrincipal object.

Overload List

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

public DynamicPrincipal();

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

public DynamicPrincipal(bool);

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

public DynamicPrincipal(IIdentity);

Initializes a new instance of the DynamicPrincipal object.

public DynamicPrincipal(IIdentity,bool);

See Also

DynamicPrincipal Class | LaMarvin.Constable.Principal Namespace