Skip to main content

Class CredentialsBase

Baseline object for all credentials.


Properties

NAMETYPEDESCRIPTION
PhoneKeySystem.StringREQUIRED. The unique id for the phone. A GUID created by the app vendor at first time use and stored in long term storage on the device which is intended to be unique to the device and application. Limit of 100 characters. Printable characters only.

Examples

{
"__type": "CredentialsBase:#JackHenry.Eps.Mobile",
"PhoneKey": "String Content"
}

Methods

WriteExceptionData(Exception)

Declaration

public override void WriteExceptionData(Exception ex)

Parameters

TYPENAMEDESCRIPTION
System.Exceptionex

WriteExceptionData(Exception, Int32)

Declaration

public override void WriteExceptionData(Exception ex, int index)

Parameters

TYPENAMEDESCRIPTION
System.Exceptionex
System.Int32index