Show / Hide Table of Contents

Class Credential

Credentials supported for authentication

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

Constructors

Credential()

Default constructor

Declaration
public Credential()
See Also
IUserAgent

Properties

DisplayValue

The value displayed to the user. this will typically be the users login name in active directory.

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

Type

Description of credential type

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

Value

This is the actuall value of the credentials. This will typically be the password or teh users SID in active directory

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