Table of Contents

Class OemCredential

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The format of credentials sent to OEM Middleware service.

public class OemCredential
Inheritance
OemCredential
Inherited Members

Constructors

OemCredential()

public OemCredential()

Properties

DataSourceId

Gets or sets the data source identifier.

public int DataSourceId { get; set; }

Property Value

int

The data source identifier.

UserInfo

Gets or sets the user credential information.

public string UserInfo { get; set; }

Property Value

string

The user credential information.

UserName

Gets or sets the name of the user making the credential request.

public string UserName { get; set; }

Property Value

string

The name of the user making the credential request.