Click or drag to resize

ICredential Interface

ICredential Interface - get/set passwords information on IUser

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface ICredential

The ICredential type exposes the following members.

Properties
  NameDescription
Public propertyCredentialDescription
Description of credential type (Password, Active Directory)
Public propertyCredentialLinkType
How should the secret be displayed? Link, Edit, Password
Public propertyCredentialName
Name of credential type (CRM5/PASSWORD, ActiveDirectory)
Public propertyDisplayName
What we show the user in SOADMIN to represent the secret. i.e. the Active Directory name.
Public propertySecret
The secret that the user must know. This is usually encrypted or blank.
Top
See Also