CryptoCertificate.Unload

Syntax variant: To binary data

Syntax:

Unload()

Description of method variant:

Returns binary data of unloaded certificate.

Syntax variant: To file

Syntax:

Unload(<FileName>)

Parameters:

<FileName> (required)

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

Description of method variant:

Unloads certificate to a file. Returns Undefined.

Returned value:

Type: BinaryData; Undefined.
If unload is executed to a file, then returns Undefined.

Description:

Unloads certificate.

Availability:

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

Note:

If certificate is linked to a private key, the private key is not unloaded.

    

1C:Enterprise Developer's Community