Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest.PreserveKeyMaterial

TElCertificateRequest     See also     


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


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.

See also:     KeyMaterial     Generate    

Discuss this help topic in SecureBlackbox Forum