CryptoManager.BeginCheckingCertificate

Syntax:

BeginCheckingCertificate(<NotifyDescription>, <Certificate>, <CheckMode>)

Parameters:

<NotifyDescription> (optional)

Type: NotifyDescription.
Contains the description of a procedure which will be called after the certificate control with the following parameters is completed:
  • <AdditionalParameters> - value specified when the NotifyDescription object was created.
Exceptional situation is generated in case of error and the error processing procedure is called from NotifyDescription.

<Certificate> (required)

Type: CryptoCertificate.
Checked certificate.

<CheckMode> (optional)

Type: CryptoCertificateCheckMode; Array.
Specifies the check mode.
Contains an object or an array of objects of the check modes.

Description:

Begins checking the certificate for validity.

Availability:

Thin client, web-client, thick client.

See also:

CryptoManager, method CheckCertificate

    

1C:Enterprise Developer's Community