Class SoImpersonationIdentity
When you impersonate, you become one of these
Namespace: SuperOffice.Security.Principal
Assembly: SoDataBase.dll
Syntax
public class SoImpersonationIdentity : Object, ISoIdentity, IIdentity
Properties
Associate
When you impersonate, you become one of these
Declaration
public string Associate { get; }
Property Value
Type | Description |
---|---|
String |
AssociateId
When you impersonate, you become one of these
Declaration
public int AssociateId { get; }
Property Value
Type | Description |
---|---|
Int32 |
AuthenticationType
When you impersonate, you become one of these
Declaration
public string AuthenticationType { get; }
Property Value
Type | Description |
---|---|
String |
InnerIdentity
When you impersonate, you become one of these
Declaration
public IIdentity InnerIdentity { get; }
Property Value
Type | Description |
---|---|
IIdentity |
IsAuthenticated
When you impersonate, you become one of these
Declaration
public bool IsAuthenticated { get; }
Property Value
Type | Description |
---|---|
Boolean |
Name
When you impersonate, you become one of these
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
ProvidedCredentials
When you impersonate, you become one of these
Declaration
public ProvidedCredential[] ProvidedCredentials { get; }
Property Value
Type | Description |
---|---|
ProvidedCredential[] |
SoAuthenticationType
When you impersonate, you become one of these
Declaration
public SoAuthenticationType SoAuthenticationType { get; }
Property Value
Type | Description |
---|---|
SoAuthenticationType |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)