EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.Validate

TElX509Certificate     See also    


 

Validates the self-signed certificate

 
 

Declaration

[C#]
     bool Validate();

[VB.NET]
    Function Validate() As Boolean

[Pascal]
    function Validate : boolean;

[VB6]
    Sub IElCertificateX.Validate(Valid As Boolean)

[ActiveX]
    HRESULT _stdcall IElCertificateX.Validate([out] VARIANT_BOOL * Valid);

[DLL]
    __stdcall BOOL SBX509Validate(HANDLE handle);
 
 

Parameters

  • [DLL]handle - handle to the TElX509Certificate object that was returned by Constructor
 
 

Return value

    True if certificate is valid.
    False otherwise.

 
 

Description

    Use this function to validate a self-signed certificate. First you need to either set all certificate properties or load the certificate from the stream or from the buffer. Then call this function to perform validation. To validate a certificate which was signed by certificate authority (CA) use ValidateWithCA function.

 
 

See also:     ValidateWithCA     LoadFromBuffer     LoadFromStream    

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