EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.Add

TElCustomCertStorage     See also    


 

Adds the certificate to the storage

 
 

Declaration

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

[VB.NET]
    Sub Add(ByVal Certificate 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]
    not applicable;
 
 

Parameters

  • Certificate - Certificate object, initialized by LoadFromBuffer method
  • CopyPrivateKey - True - private key will be copied when certifiate is added.
    False - private key will not be copied.
 
 

Description

    Use this method in derived classes to add certificate to store. The certificate is copied to the storage and original certificate can be disposed of if necessary.

 
 

See also:     Clear     Remove    

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