Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.Validate

TElX509Certificate     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Validates the self-signed certificate

Declaration

[C#]
    bool Validate();

[VB.NET]
    Function Validate() As Boolean

[Pascal]
    function Validate : boolean;

[C++]
    bool Validate();

[PHP]
    bool Validate()

[Java]
    boolean validate();

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    

Discuss this help topic in SecureBlackbox Forum