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
);
[Unmanaged C++]
public: HRESULT SetIgnoreErrorPermanently(
    VARIANT_BOOL IgnoreErrorPermanently
);
[Java]
public void setIgnoreErrorPermanently(
    bool IgnoreErrorPermanently
);
[Python - STK API ]
def SetIgnoreErrorPermanently(self, IgnoreErrorPermanently:bool) -> None:

Parameters

IgnoreErrorPermanently

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.