EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.KeyMaterial

TElX509Certificate     See also    


 

Contains the keypair of the certificate.

 
 

Declaration

[C#]
    TElPublicKeyMaterial KeyMaterial;

[VB.NET]
    Property KeyMaterial As TElPublicKeyMaterial

[Pascal]
    property KeyMaterial : TElPublicKeyMaterial;

[VB6]
    Property IElCertificateX6.KeyMaterial As IElPublicKeyMaterialX

[ActiveX]
    HRESULT _stdcall IElCertificateX6.KeyMaterial([out, retval] IElPublicKeyMaterialX ** Value);

[DLL]
    not implemented;
 
 

Description

     Use this property to access the key material (public key or public/private key pair) of the certificate. This property contains the original object, so if you need to manipulate it, use Clone method of TElPublicKeyMaterial.

 
 

See also:     Clone    

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