EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.PrivateKeyExtractable

TElX509Certificate     See also    


 

Returns True if the private key can be extracted.

 
 

Declaration

[C#]
    bool PrivateKeyExtractable;

[VB.NET]
    Property PrivateKeyExtractable As Boolean

[Pascal]
    property PrivateKeyExtractable : boolean;

[VB6]
    Property IElCertificateX6.PrivateKeyExtractable As Boolean

[ActiveX]
    HRESULT _stdcall IElCertificateX6.PrivateKeyExtractable([out, retval] VARIANT_BOOL * Res);

[DLL]
    not implemented;
 
 

Description

    This read-only property returns True if the private key can be extracted by SaveKeyToBuffer/SaveKeyToStream methods and False otherwise.

 
 

See also:     PrivateKeyExists     SaveKeyToBuffer     SaveKeyToStream    

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