EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.SelfSigned

TElX509Certificate    


 

Specifies whether the certificate is self-signed

 
 

Declaration

[C#]
    bool SelfSigned;

[VB.NET]
    Property SelfSigned As Boolean

[Pascal]
    property SelfSigned : boolean;

[VB6]
    Property IElCertificateX.SelfSigned As Boolean

[ActiveX]
    HRESULT _stdcall IElCertificateX.SelfSigned([out, retval] VARIANT_BOOL * Value );

[DLL]
    __stdcall int SBX509SelfSigned(HANDLE hCert);
 
 

Parameters

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

Description

    Use this read-only property to find out whether the certificate is self-signed or was signed by certificate authority (CA).

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