EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.Clone

TElX509Certificate    


 

Clones the certificate.

 
 

Declaration

[C#]
    void Clone(TElX509Certificate Dest, bool CopyPrivateKey /* = True */);
    void Clone(TElX509Certificate Dest, TElCustomCryptoProvider CryptoProvider);

[VB.NET]
    Sub Clone(ByVal Dest As TElX509Certificate, ByVal CopyPrivateKey As Boolean = True)
    Sub Clone(ByVal Dest As TElX509Certificate, ByVal CryptoProvider As TElCustomCryptoProvider)

[Pascal]
    procedure Clone(Dest : TElX509Certificate; CopyPrivateKey : boolean = True);
    procedure Clone(Dest : TElX509Certificate; CryptoProvider : TElCustomCryptoProvider);

[VB6]
    Sub IElCertificateX6.Clone(Cert As IElCertificateX, CopyPrivateKey As Boolean)

[ActiveX]
    HRESULT _stdcall IElCertificateX6.Clone([in] IElCertificateX * Cert, [in] VARIANT_BOOL CopyPrivateKey);

[DLL]
    not implemented;
 
 

Parameters

  • Dest (Cert) - destination certificate.
  • CopyPrivateKey - specifies, whether to copy the certificate's private key.
  • CryptoProvider - cryptographic provider used to perform security operations.
 
 

Description

    Use this method to copy the X.509 certificate data into another instance of TElX509Certificate class.

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