CryptoTools.BeginGettingCryptoModuleInformation

Syntax:

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

Parameters:

<NotifyDescription> (required)

Type: NotifyDescription.
Contains a description of the procedure that will be called upon obtaining the information on the cryptography module with the following parameters:

<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.

Returned value:

If cryptography module is not supported (not found by name in Windows, or required functions are not exported in linux), the first parameter to be returned during call of method from the NotifyDescription object is Undefined.

Description:

Begins obtaining information about cryptography module.

Availability:

Thin client, web-client, thick client.

See also:

CryptoTools, method GetCryptoModuleInformation

    

1C:Enterprise Developer's Community