CryptoManager.GetCertificateStore

Syntax:

GetCertificateStore(<StoreType>, <StoreLocation>)

Parameters:

<StoreType> (optional)

Type: CryptoCertificateStoreType.
Defines type of certificate store, which should be returned by the method.
If not specified, then returns store, containing sertificates of all available types.

<StoreLocation> (optional)

Type: CryptoCertificateStorePlacement.
Determines which repository to provide access to: operating system user certificate store or to the local computer certificate store.
Default value: OSUserData.

Returned value:

Type: CryptoCertificateStore.

Description:

Obtains a certificate store, containing ceritifacates of specified type.

Availability:

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

Note:

For the CertificationAuthorityCertificates and RootCertificates types of certificates the return store is available only to read.

See also:

CryptoManager, method BeginGettingCertificateStore

    

1C:Enterprise Developer's Community