Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.PreserveKeyMaterial

TElX509Certificate     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies, whether to reuse the stored private key.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property PreserveKeyMaterial : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    If this property is set to True, no new keypair is generated. If PreserveKeyMaterial equals False, a new keypair is generated.

Discuss this help topic in SecureBlackbox Forum