SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

ErrorOrigin Property

Indicates the endpoint where the error originates from.

Syntax

public TlsclientErrorOrigins ErrorOrigin { get; set; }

enum TlsclientErrorOrigins { eoLocal, eoRemote }
Public Property ErrorOrigin As TlsclientErrorOrigins

Enum TlsclientErrorOrigins eoLocal eoRemote End Enum

Default Value

0

Remarks

Use this property to establish whether the reported error originates from a local or remote endpoint.

eoLocal0
eoRemote1

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]