Discuss this help topic in SecureBlackbox Forum
This property specifies, whether to reuse the stored private key.
Declaration
[C#]
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)
[Java]
boolean getPreserveKeyMaterial();
void setPreserveKeyMaterial(boolean 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