CryptoTools.GetCryptoModuleInformation

Syntax:

GetCryptoModuleInformation(<CryptoModuleName>, <CryptoModulePath>, <CryptoModuleType>)

Parameters:

<CryptoModuleName> (required)

Type: String.
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:

Type: Undefined: CryptoModuleInformation.
If cryptography module is not supported (not found by name in Windows, or required functions are not exported in linux), then returns Undefined.

Description:

Obtains information about cryptography module.

Availability:

Thin client, web-client, server, thick client, external connection.

    

1C:Enterprise Developer's Community