DOCommonServiceCredentials::insert Method

Inserts a new record in the DOCommonServiceCredentials table.

Syntax

client server public static int64 insert(
    str configuration, 
    str token, 
    str tokenKey, 
    str tokenNumber)

Run On

Called

Parameters

  • configuration
    Type: str
    The XML configuration.
  • token
    Type: str
    The token certificate.
  • tokenKey
    Type: str
    The token key.
  • tokenNumber
    Type: str
    The token number of the certificate.

Return Value

Type: int64
The record ID of the new DOCommonServiceCredentials record.

See Also

Reference

DOCommonServiceCredentials Table