Skip to main content

Class Credential

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Credential. Credentials supported for authentication

Inheritance

objectCarrierCredential

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

Credential()

Default constructor - defaults any enum props to 0.

Properties

DisplayValue

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

Property Value

string

Type

Description of credential type

Property Value

CredentialType

Value

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

Property Value

string

See Also

UserAgent