[This interface is no longer available for use as of Windows Server 2008 and Windows Vista.]
| Property | Access type | Description |
|
CAStoreFlags
| Read/write |
Sets or retrieves a flag that controls the certificate store when it is opened. (Inherited from ICEnroll) |
|
CAStoreName
| Read/write |
Sets or retrieves the name of the store where all non-"ROOT" and non-"MY" certificates are kept. (Inherited from ICEnroll) |
|
CAStoreType
| Read/write |
Sets or retrieves the type of store to use for the store specified by the
CAStoreName property. (Inherited from ICEnroll) |
|
ContainerName
| Read/write |
Sets or retrieves the name of the key container to use. (Inherited from ICEnroll) |
|
DeleteRequestCert
| Read/write |
Sets or retrieves a Boolean indicator that controls whether dummy certificates in the request store are deleted. (Inherited from ICEnroll) |
|
GenKeyFlags
| Read/write |
Sets or retrieves a flag that controls whether a private key is exportable. (Inherited from ICEnroll) |
|
HashAlgorithm
| Read/write |
Sets or retrieves only the signature hash algorithm used to sign the PKCS #10. (Inherited from ICEnroll) |
|
KeySpec
| Read/write |
Sets or retrieves the type of key generated. (Inherited from ICEnroll) |
|
MyStoreFlags
| Read/write |
Sets the registry location used for the MY store. (Inherited from ICEnroll) |
|
MyStoreName
| Read/write |
Sets or retrieves the name of the store where certificates with linked private keys are kept. (Inherited from ICEnroll) |
|
MyStoreType
| Read/write |
Sets or retrieves the type of store specified by the
MyStoreName property. (Inherited from ICEnroll) |
|
ProviderFlags
| Read/write |
Sets or retrieves the CSP type. (Inherited from ICEnroll) |
|
ProviderName
| Read/write |
Sets or retrieves the name of the CSP to use. (Inherited from ICEnroll) |
|
ProviderType
| Read/write |
Sets or retrieves the type of provider. (Inherited from ICEnroll) |
|
PVKFileName
| Read/write |
Sets or retrieves the name of the file that will contain exported keys. (Inherited from ICEnroll) |
|
RequestStoreFlags
| Read/write |
Sets or retrieves the registry location used for the REQUEST store. (Inherited from ICEnroll) |
|
RequestStoreName
| Read/write |
Sets or retrieves the name of the store that contains the dummy certificate. This dummy certificate, along with the added private keys, remains in the request store until a certification authority processes the request and responds with a PKCS #7. (Inherited from ICEnroll) |
|
RequestStoreType
| Read/write |
Sets or retrieves the type of store to use for the store specified by the
RequestStoreName property. (Inherited from ICEnroll) |
|
RootStoreFlags
| Read/write |
Sets or retrieves the registry location used for the ROOT store. (Inherited from ICEnroll) |
|
RootStoreName
| Read/write |
Sets or retrieves the name of the root store where all intrinsically trusted self-signed ROOT certificates are kept. (Inherited from ICEnroll) |
|
RootStoreType
| Read/write |
Sets or retrieves the type of store to use for the store specified by the
RootStoreName property. (Inherited from ICEnroll) |
|
SPCFileName
| Read/write |
Sets or retrieves the name of the file to write the resulting base64-encoded PKCS #7 (in BSTR form) as returned from the certification authority. (Inherited from ICEnroll) |
|
UseExistingKeySet
| Read/write |
Sets or retrieves a Boolean value that indicates whether the existing keys should be used. (Inherited from ICEnroll) |
|
WriteCertToCSP
| Read/write |
Sets or retrieves a Boolean value that indicates whether a certificate should be written to the CSP. (Inherited from ICEnroll) |