Show / Hide Table of Contents

Class DBC.CredentialsFields

Fields for Credentials, Alternative credentials

Inheritance
Object
DBC.CredentialsFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CredentialsFields : Object

Fields

AssociateId

Credentials.AssociateId: Associate that these credentials iare an alternative identification for

Declaration
public const string AssociateId = "associateId"
Field Value
Type Description
String

Comment

Credentials.Comment: Free text comment

Declaration
public const string Comment = "comment"
Field Value
Type Description
String

CredentialsId

Credentials.CredentialsId: Primary key

Declaration
public const string CredentialsId = "Credentials_id"
Field Value
Type Description
String

CredentialType

Credentials.CredentialType: What type of credentials is this

Declaration
public const string CredentialType = "credentialType"
Field Value
Type Description
String

DisplayName

Credentials.DisplayName: Friendly name of credentials (searchname could be a SID, this should be a real name)

Declaration
public const string DisplayName = "displayName"
Field Value
Type Description
String

DisplayType

Credentials.DisplayType: Lead-text used in GUI, originally from plugin. Used as fallback when plugins are missing

Declaration
public const string DisplayType = "displayType"
Field Value
Type Description
String

EncryptedCheck

Credentials.EncryptedCheck: Encrypted checksum; tampering will block system usage

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

ExtraId

Credentials.ExtraId: Spare field, used at the plugins discretion

Declaration
public const string ExtraId = "extraId"
Field Value
Type Description
String

IsActive

Credentials.IsActive: What kind of usage are these credentials for; see enum CredentialUsage for details

Declaration
public const string IsActive = "isActive"
Field Value
Type Description
String

LastUsedDate

Credentials.LastUsedDate: When were these credentials last used for login

Declaration
public const string LastUsedDate = "lastUsedDate"
Field Value
Type Description
String

LastusedInfo

Credentials.LastusedInfo: Provider-specific usage information, for instance an IP adrdess or other location

Declaration
public const string LastusedInfo = "lastusedInfo"
Field Value
Type Description
String

PersonId

Credentials.PersonId: Associates' person; or just the person, if this points to a potential associate (created on-demand on first login)

Declaration
public const string PersonId = "personId"
Field Value
Type Description
String

Registered

Credentials.Registered: Registered when

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

RegisteredAssociateId

Credentials.RegisteredAssociateId: Registered by whom

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

SearchName

Credentials.SearchName: Searchable (plaintext) representation of credentials

Declaration
public const string SearchName = "searchName"
Field Value
Type Description
String

Secret

Credentials.Secret: Encrypted secret

Declaration
public const string Secret = "secret"
Field Value
Type Description
String

Updated

Credentials.Updated: Last updated when

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

UpdatedAssociateId

Credentials.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Credentials.UpdatedCount: Number of updates made to this record

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

ValidFrom

Credentials.ValidFrom: Start of validity for these credentials

Declaration
public const string ValidFrom = "validFrom"
Field Value
Type Description
String

ValidTo

Credentials.ValidTo: End of validity for these credentials

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