E-Payment Integrator V6 - Online Help
E-Payment Integrator V6
Questions / Feedback?

SSLStartMode Property

Determines how the component starts the SSL negotiation.

Syntax

[VB.NET]
Public Property SSLStartMode As Check21SSLStartModes

[C#]
public Check21SSLStartModes SSLStartMode {get; set;}

enum Check21SSLStartModes { sslAutomatic, sslImplicit, sslExplicit, sslNone }

Remarks

The SSLStartMode property may have one of the following values:

0 (sslAutomatic - default)If the remote port is set to the standard plaintext port of the protocol (where applicable), the component will behave the same as if SSLStartMode is set to sslExplicit. In all other cases, SSL negotiation will be implicit (sslImplicit).
1 (sslImplicit)The SSL negotiation will start immediately after the connection is established.
2 (sslExplicit)The component will first connect in plaintext, and then explicitly start SSL negotiation through a protocol command such as STARTTLS.
3 (sslNone)No SSL negotiation, no SSL security. All communication will be in plaintext mode.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0