Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

UseExistingKeySet

The UseExistingKeySet property must be set to TRUE if an existing key set is used instead of generating a new one. By default, this property value is FALSE.

Data Type

[VB] BOOL

[C++] BOOL

Defined Values

TRUE
FALSE (the default)

Affects the behavior of the following methods:

createPKCS10
createFilePKCS10

Access Methods

[VB] "="operator

[C++] HRESULT get_UseExistingKeySet (BOOL);
HRESULT put_UseExistingKeySet (BOOL);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: