SimpleEncrypt method

Encrypts clear text using a simple two-way encryption.

Syntax


C++

HRESULT SimpleEncrypt(
   BSTR ClearText,
   VARIANT Reserved,
   BSTR* pCipherText)

Scripting languages

Object.SimpleEncrypt(ClearText as String,
   Reserved as Variant)

Parameters


ClearText

The text you would like encrypted into cypher text.

Reserved

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

pCipherText

Upon return, the encrypted text.

Return value


C++

The return code.

Scripting languages

Upon return, the encrypted text.

 

Home

Applies to

IERUAuthenticator