Discuss this help topic in SecureBlackbox Forum
This property specifies, whether to reuse the stored private key.
Declaration
[C#/Java]
bool PreserveKeyMaterial;
[VB.NET]
Property PreserveKeyMaterial As Boolean
[Pascal]
property PreserveKeyMaterial : boolean;
[C++]
bool get_PreserveKeyMaterial();
void set_PreserveKeyMaterial(bool Value);
[PHP]
bool get_PreserveKeyMaterial()
void set_PreserveKeyMaterial(bool $Value)
Description
If this property is set to
True, no new keypair is generated when calling
Generate method.
If PreserveKeyMaterial equals
False, a new keypair is generated.
Discuss this help topic in SecureBlackbox Forum