SSLOptions

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

SSLOptions

Use this property to indicate the SSL options for your application. Only for SA Server applications. For ISAPI, use the IIS SSL features.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.SSLOptions

 

ETYPE=Property

 

Declaration:

Delphi:

published property SSLOptions: TIWSSLOptions;

C++:

__published: __property TIWSSLOptions SSLOptions;

 

Description: This is SSLOptions, a member of class TIWServerControllerBase.