Click or drag to resize

SOCredential Interface

ICredential Interface - a single password

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

The SOCredential type exposes the following members.

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