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.
[VB] BOOL
[C++] BOOL
TRUE
FALSE (the default)
[VB] "="operator
[C++] HRESULT get_UseExistingKeySet (BOOL);
HRESULT put_UseExistingKeySet (BOOL);
Value | Meaning |
S_OK | The property read/write completed successfully. |