EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElMemoryCertStorage.Add

ElMemoryCertStorage     See also    


 

Adds the certificate to storage

 
 

Declaration

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

[VB.NET]
    Sub Add(ByVal X509Certificate As ElX509Certificate, 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 ElMemoryCertStorage object that was returned by Constructor
  • [DLL]hCert - handle to the ElX509Certificate 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-2008, EldoS Corporation