STORE_OPEN_MODE

Константы STORE_OPEN_MODE (режим открытия хранилища сертификатов) аналогичны перечислению CAPICOM_STORE_OPEN_MODE.

Имя Описание Значение
STORE_OPEN_READ_ONLY Open the store in read-only mode. 0
STORE_OPEN_READ_WRITE Open the store in read/write mode. 1
STORE_OPEN_MAXIMUM_ALLOWED Open the store in read/write mode if the user has read/write permissions. If the user does not have read/write permissions, open the store in read-only mode. 2
STORE_OPEN_EXISTING_ONLY Open existing stores only; do not create a new store. 128
STORE_OPEN_INCLUDE_ARCHIVED Include archived certificates when using the store. 256