SimpleDecrypt method

Decrypts cipher text using a simple two-way encryption.

Syntax


C++

HRESULT SimpleDecrypt(
   BSTR CipherText,
   VARIANT Reserved,
   BSTR* pClearText)

Scripting languages

Object.SimpleDecrypt(
   
CipherText as String,
   Reserved as Variant)

Parameters


CipherText

The text you would like decrypted into clear text.

Reserved

This parameter is reserved for future use and should be omitted when calling this method.

ClearText

Upon return, the decrypted text.

Return value


C++

The return code.

Scripting languages

Upon return, the decrypted text.

 

Home

Applies to

IERUAuthenticator