Class UserNameIdentity
SuperOffice username/password, resolve via credentials table
Namespace: SuperOffice.Security.Principal
Assembly: SoDataBase.dll
Syntax
public class UserNameIdentity : Object, ISoIdentity, IIdentity
Properties
Associate
SuperOffice username/password, resolve via credentials table
Declaration
public string Associate { get; }
Property Value
Type | Description |
---|---|
String |
AssociateId
SuperOffice username/password, resolve via credentials table
Declaration
public int AssociateId { get; }
Property Value
Type | Description |
---|---|
Int32 |
AuthenticationType
SuperOffice username/password, resolve via credentials table
Declaration
public string AuthenticationType { get; }
Property Value
Type | Description |
---|---|
String |
InnerIdentity
SuperOffice username/password, resolve via credentials table
Declaration
public IIdentity InnerIdentity { get; }
Property Value
Type | Description |
---|---|
IIdentity |
IsAuthenticated
SuperOffice username/password, resolve via credentials table
Declaration
public bool IsAuthenticated { get; }
Property Value
Type | Description |
---|---|
Boolean |
Name
SuperOffice username/password, resolve via credentials table
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
ProvidedCredentials
SuperOffice username/password, resolve via credentials table
Declaration
public ProvidedCredential[] ProvidedCredentials { get; }
Property Value
Type | Description |
---|---|
ProvidedCredential[] |
SoAuthenticationType
SuperOffice username/password, resolve via credentials table
Declaration
public SoAuthenticationType SoAuthenticationType { get; }
Property Value
Type | Description |
---|---|
SoAuthenticationType |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)