EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMemoryCertStorage.Add

TElMemoryCertStorage     See also    


 

Adds the certificate to storage

 
 

Declaration

[C#]
     void Add(TElX509Certificate X509Certificate, bool CopyPrivateKey /* = true */);

[VB.NET]
    Sub Add(ByVal X509Certificate As TElX509Certificate, ByVal CopyPrivateKey As Boolean = True)

[Pascal]
    procedure Add(Certificate : TElX509Certificate; CopyPrivateKey: boolean = true);

[VB6]
    Sub IElCustomCertStorageX2.Add(Certificate As IElCertificateX2)

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX2.Add([in] IElCertificateX2 * Certificate );

[DLL]
    __stdcall BOOL SBMemoryCertStorageAdd(HANDLE hStorage, HANDLE hCert);
 
 

Parameters

  • Certificate - Certificate object, initialized by LoadFromBuffer method
  • CopyPrivateKey - True - private key will be copied when certificate is added.
    False - private key will not be copied.
  • [DLL]hStorage - handle to the TElMemoryCertStorage object that was returned by Constructor
  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
 
 

Description

    Use this method to add certificate to certificate storage.

 
 

See also:     Remove    

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