Interface IImpersonatingPrincipal
Indicates that a IPrincipal can be
Inherited Members
System.Security.Principal.IPrincipal.IsInRole(System.String)
System.Security.Principal.IPrincipal.Identity
Namespace: ImageVault.Common.Security
Assembly: ImageVault.Common.dll
Syntax
public interface IImpersonatingPrincipal : IPrincipal
Properties
ImpersonatingClient
Get/Sets the ImpersonatingClient of the IvPrincipal
Declaration
string ImpersonatingClient { get; set; }
Property Value
Type | Description |
---|---|
System.String | If impersonating, the client that allowed the impersonate is contained here |