Class CredentialType
Description of credential type
Carrier object for CredentialType. Services for the CredentialType Carrier is available from the IUserAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class CredentialType : Carrier
Constructors
CredentialType()
Default constructor
Declaration
public CredentialType()
See Also
Properties
CanCreatePerson
Description of credential type
Carrier object for CredentialType. Services for the CredentialType Carrier is available from the IUserAgent.Declaration
public virtual bool CanCreatePerson { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Description
Description of the authentication type. This value is used in a list of authentication providers that can be choosen by an end user and should be a fairly describtive text. This will typically be SuperOffice is responsible for username and password for a password scenario.
Declaration
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
DisplayType
The name of the credentials to be displayed in the user interface. This will typically be Password for user-name/password scenarios and Active Directoru User for AD integration.
Declaration
public virtual string DisplayType { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
IsUserNameSupported
Description of credential type
Carrier object for CredentialType. Services for the CredentialType Carrier is available from the IUserAgent.Declaration
public virtual bool IsUserNameSupported { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Type
Type of credentials, corresponding to name of plugin and type in the credentials table
Declaration
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
ValueControl
Type of control used to display the value.
Declaration
public virtual CredentialControlType ValueControl { get; set; }
Property Value
Type | Description |
---|---|
CredentialControlType |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |