Interface IImpersonatingPrincipal
Indicates that a IPrincipal can be
Namespace: ImageVault.Common.Security
Assembly: ImageVault.Common.dll
Syntax
public interface IImpersonatingPrincipal
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 |