EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.PreserveKeyMaterial

TElCertificateRequest     See also    


 

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

 
 

Declaration

[C#]
    bool PreserveKeyMaterial;

[VB.NET]
    Property PreserveKeyMaterial As Boolean

[Pascal]
    property PreserveKeyMaterial : boolean;

[VB6]
    Property IElCertificateRequestX7.PreserveKeyMaterial As Boolean

[ActiveX]
    HRESULT _stdcall IElCertificateRequestX7.PreserveKeyMaterial([out, retval] VARIANT_BOOL * Res);
    HRESULT _stdcall IElCertificateRequestX7.PreserveKeyMaterial([in] VARIANT_BOOL Value);

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation