CryptoManager.Main

Syntax:

New CryptoManager(<CryptoprotectionModuleName>, <CryproprotectionModulePath>, <CryptoprotectionModuleType>)

Parameters:

<CryptoprotectionModuleName> (required)

Type: String.
The name of the cryptoprotection module. Name is case insensitive.
It is used on MS Windows.

<CryproprotectionModulePath> (required)

Type: String.
Path to a library file, implementing the required set of functions. If multiple library files are specified, they should be colon (":") separated.
The list of libraries can include files that do not exist. If a library file is not found, an error does not occur.
It is used on Linux.

<CryptoprotectionModuleType> (required)

Type: Number.
Defines type of cryptoprotection module.

Description:

If cryptoprotection module is not found, the exception is generated.

    

1C:Enterprise Developer's Community