EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.StrictMode

TElX509Certificate    


 

This property specifies whether exception is raised if the certificate insignificant violations of the standard

 
 

Declaration

[C#]
    bool StrictMode;

[VB.NET]
    Property StrictMode As Boolean

[Pascal]
    property StrictMode : boolean;

[VB6]
    Property IElCertificateX6.StrictMode As Boolean

[ActiveX]
    HRESULT _stdcall IElCertificateX6.StrictMode([out, retval] VARIANT_BOOL * Res);
    HRESULT _stdcall IElCertificateX6.StrictMode([in] VARIANT_BOOL Value);

[DLL]
    not implemented;
 
 

Description

    If StrictMode is set to False, TElX509Certificate will not raise an exception for certificates that contains insignificant violations of the standard (such as incorrect Critical field in certificate extensions).
    We recommend to set this property to False in most cases, as a lot of CA's produce certificates that are not 100%-conformant to a standard.

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