Share via


ReleaseUpdateDB60_Retail.updateRetailEncryptedDataDecrypt Method [AX 2012]

Method returns the string value of the decrypt data.

Syntax

private str updateRetailEncryptedDataDecrypt(
    str cypher, 
    str invariant, 
    str context, 
    str cell)

Run On

Server

Parameters

  • cypher
    Type: str
    The EFT service of the POS hardware profiles.
    The passphrase of the Retail transaction service profile.
  • invariant
    Type: str
    The profile number of the POS hardware profiles.
    The profile of the Retail transaction service profile.
  • context
    Type: str
    The series of string value.
  • cell
    Type: str
    The string value.

Return Value

Type: str
Decrypted string value.

Remarks

The string value of the decrypt data.

See Also

Reference

ReleaseUpdateDB60_Retail Class