Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 2.05 KB

settings.md

File metadata and controls

74 lines (41 loc) · 2.05 KB
description title ms.topic ms.date topic_type api_name api_type api_location
Used to configure CAPICOM components.
Settings object
reference
05/31/2018
APIRef
kbSyntax
Settings
COM
Capicom.dll

Settings object (Cryptography)

[The Settings object is available for use in the operating systems specified in the Requirements section.]

The Settings object is used to configure CAPICOM components.

Members

The Settings object has these types of members:

Properties

The Settings object has these properties.

Property Access type Description
ActiveDirectorySearchLocation
Read/write
Sets or retrieves the Active Directory search location. The initial location is unspecified by default. When the location is unspecified, the global catalog is searched, then the default domain is searched. The search determines whether the user certificate attribute is published at that location.
EnablePromptForCertificateUI
Read/write
Sets or retrieves a Boolean value that indicates whether user interface prompts for a signer or sender's identity can be used.
Note: Setting this property does not disable warnings that are generated before any private key usage is done from a web-based application.

 

Remarks

The Settings object can be created, and it is safe for scripting. The ProgID for the Settings object is CAPICOM.Settings.1.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Cryptography Objects