STK XSend comments on this topic.
SetIgnoreErrorPermanently Method (AgSTKXSSLCertificateErrorEventArgs)
See Also 
IgnoreErrorPermanently
Windows






Windows & Linux

Description

Specify True to ignore the certificate error and add the certificate to the list of trusted certificates.

Syntax

[Visual Basic .NET]
Public Sub SetIgnoreErrorPermanently( _
   ByVal IgnoreErrorPermanently As Boolean _
) 
[C#]
public void SetIgnoreErrorPermanently(
   bool IgnoreErrorPermanently
);
[Managed C++]
public: void SetIgnoreErrorPermanently(
   bool IgnoreErrorPermanently
);
[Java]
public  setIgnoreErrorPermanently(
   bool IgnoreErrorPermanently
);
[Unmanaged C++]
public: HRESULT SetIgnoreErrorPermanently(
   VARIANT_BOOL IgnoreErrorPermanently
);

Parameters

IgnoreErrorPermanently

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.