Show / Hide Table of Contents

Class DBC.ServiceAuthFields

Fields for ServiceAuth, Authentication for a service (imap, smtp...)

Inheritance
object
DBC.ServiceAuthFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ServiceAuthFields

Fields

AssociateId

ServiceAuth.AssociateId: Associate who owns this authentication entry

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

AuthStatus

ServiceAuth.AuthStatus: The status of this authentication entry

Declaration
public const string AuthStatus = "auth_status"
Field Value
Type Description
string

AuthType

ServiceAuth.AuthType: The type of authentication, plain-text, OAuth...

Declaration
public const string AuthType = "auth_type"
Field Value
Type Description
string

EncryptedCheck

ServiceAuth.EncryptedCheck: Encrypted hash checksum

Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type Description
string

Password

ServiceAuth.Password: The (encrypted) password or token

Declaration
public const string Password = "password"
Field Value
Type Description
string

Port

ServiceAuth.Port: The server port

Declaration
public const string Port = "port"
Field Value
Type Description
string

Registered

ServiceAuth.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

ServiceAuth.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Server

ServiceAuth.Server: The mail server

Declaration
public const string Server = "server"
Field Value
Type Description
string

ServiceAuthId

ServiceAuth.ServiceAuthId: Primary key

Declaration
public const string ServiceAuthId = "service_auth_id"
Field Value
Type Description
string

Updated

ServiceAuth.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

ServiceAuth.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

ServiceAuth.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

Username

ServiceAuth.Username: The username

Declaration
public const string Username = "username"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top