Constable Authorization Engine 2.0 BETA

ResolveRoleMembershipEventArgs Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ResolveRoleMembershipEventArgs class with the given principal and role.

Overload List

Initializes a new instance of the ResolveRoleMembershipEventArgs class with the given principal and role.

public ResolveRoleMembershipEventArgs(IPrincipal,Role);

Initializes a new instance of the ResolveRoleMembershipEventArgs class with the given principalm role and resolution flags.

public ResolveRoleMembershipEventArgs(IPrincipal,Role,bool,bool);

See Also

ResolveRoleMembershipEventArgs Class | LaMarvin.Constable Namespace