Specify True to ignore the certificate error and add the certificate to the list of trusted certificates.
[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: |
- IgnoreErrorPermanently