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. |