CryptoManager.BeginVerifyingSignature

Syntax:

BeginVerifyingSignature(<NotifyDescription>, <InitialData>, <Signature>)

Parameters:

<NotifyDescription> (required)

Type: NotifyDescription.
Contains description of the procedure which will be called after the signature control with the following parameters is completed:
  • <Certificate> - sets the object CryptoCertificate, with the help of which the signature has been executed (if the certificate is included in the signature data).
  • <AdditionalParameters> - value specified when the NotifyDescription object was created.

<InitialData> (required)

Type: String: BinaryData.
Initial data from which the certificate will be extracted.
Data can be located in file (in this case the file name is specified) or represented as BinaryData.

<Signature> (required)

Type: BinaryData.
Verification signature.
Source data can be placed in the file (file name is to be specified in this case).

Description:

Begins verifying signature validity.

Availability:

Thin client, web-client, thick client.

See also:

CryptoManager, method VerifySignature

    

1C:Enterprise Developer's Community