Show / Hide Table of Contents

Class CredentialType

Description of credential type

Carrier object for CredentialType. Services for the CredentialType Carrier is available from the User Agent.
Inheritance
object
CredentialType
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class CredentialType : Carrier

Constructors

CredentialType()

Default constructor

Declaration
public CredentialType()
See Also
IUserAgent

Properties

CanCreatePerson

Description of credential type

Carrier object for CredentialType. Services for the CredentialType Carrier is available from the User Agent.
Declaration
[DataMember]
public virtual bool CanCreatePerson { get; set; }
Property Value
Type Description
bool
See Also
IUserAgent

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
[DataMember]
public virtual string Description { get; set; }
Property Value
Type Description
string
See Also
IUserAgent

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
[DataMember]
public virtual string DisplayType { get; set; }
Property Value
Type Description
string
See Also
IUserAgent

IsUserNameSupported

Description of credential type

Carrier object for CredentialType. Services for the CredentialType Carrier is available from the User Agent.
Declaration
[DataMember]
public virtual bool IsUserNameSupported { get; set; }
Property Value
Type Description
bool
See Also
IUserAgent

Type

Type of credentials, corresponding to name of plugin and type in the credentials table

Declaration
[DataMember]
public virtual string Type { get; set; }
Property Value
Type Description
string
See Also
IUserAgent

ValueControl

Type of control used to display the value.

Declaration
[DataMember]
public virtual CredentialControlType ValueControl { get; set; }
Property Value
Type Description
CredentialControlType
See Also
IUserAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IUserAgent

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.

See Also
IUserAgent

See Also

IUserAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top