STK XSend comments on this topic.
IsErrorIgnored Property (AgSTKXSSLCertificateErrorEventArgs)
See Also
Windows





Windows & Linux

Description

Returns whether the invalid certificate error is ignored.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsErrorIgnored() As Boolean
[C#]
public bool IsErrorIgnored {get;}
[Managed C++]
public: __property bool get_IsErrorIgnored();
[Unmanaged C++]
public: HRESULT get_IsErrorIgnored(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsErrorIgnored();
[Python - STK API ]
@property
def IsErrorIgnored(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.