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

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCustomCertStorage.IsPresent

ElCustomCertStorage     See also    


 

Checks whether certificate is already present in storage

 
 

Declaration

[C#]
     bool IsPresent(ElX509Certificate Certificate);

[VB.NET]
    Function IsPresent(ByVal Certificate As ElX509Certificate) As Boolean

[Pascal]
    function IsPresent(Certificate : TElX509Certificate) : boolean;

[VB6]
    Sub IElCustomCertStorageX3.IsPresent(Certificate As IElCertificateX, Present As Boolean)

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX3.IsPresent([in] IElCertificateX * Certificate, [out] VARIANT_BOOL * Present );

[DLL]
    not applicable;
 
 

Parameters

  • Certificate - Certificate object whose presence is checked
 
 

Return value

    True if certificate is already present in storage.
    False otherwise.

 
 

Description

    Use this method to check whether certificate is already present in storage. This method returns true of IndexOf method returns >= 0.

 
 

See also:     Certificates     IndexOf    

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