[This is preliminary documentation and subject to change.]
Initializes a new instance of the DynamicPrincipal object.
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);
DynamicPrincipal Class | LaMarvin.Constable.Principal Namespace