CryptoManager.BeginInitialization

Syntax:

BeginInitialization(<NotifyDescription>, <CryptoModuleName>, <CryptoModulePath>, <CryptoModuleType>)

Parameters:

<NotifyDescription> (required)

Type: NotifyDescription.
It contains description of the procedure that will be called after the external component installation is completed with the following parameters:
  • <AdditionalParameters> - the value specified when the object is created NotifyDescription.

<CryptoModuleName> (required)

Cryptography module name.
The parameter is used, if the manager is created for the Windows operating system.

<CryptoModulePath> (required)

Type: String.
The path to the library that implements the required functionality.
The parameter is used, if the manager is created for the operating system Linux.

<CryptoModuleType> (required)

Type: Number.
Specifies type of cryptography module.

Description:

Starts initiation of the CryptoManager object with the transferred parameters.

Availability:

Thin client, web-client, thick client.

    

1C:Enterprise Developer's Community