CryptoCertificate.BeginUnloading

Syntax variant: Data in binary format

Syntax:

BeginUnloading(<NotifyDescription>)

Parameters:

<NotifyDescription> (required)

Type: NotifyDescription.
Contains a description of the procedure that will be called upon completing outputting the certificate with the following parameters:

Description of method variant:

Transfers the output data in the parameter of the type BinaryData.

Syntax variant: To file

Syntax:

BeginUnloading(<NotifyDescription>, <FileName>)

Parameters:

<NotifyDescription> (required)

Type: NotifyDescription.
Contains a description of the procedure that will be called upon completing outputting the certificate with the following parameters:
  • <FileName> - a certificate output file name.
  • <AdditionalParameters> - value specified when the NotifyDescription object was created.

<FileName> (required)

Type: String.
Name of file, to which the certificate will be unloaded.

Description of method variant:

Unloads certificate to a file.

Description:

Starts certificate download.

Availability:

Thin client, web-client, thick client.

See also:

CryptoCertificate, method Unload

    

1C:Enterprise Developer's Community