The SSLPort property gets or sets the Secure Sockets Layer (SSL) port for the Web listener.
HRESULT put_SSLPort( long lSSLPortNumber ); HRESULT get_SSLPort( long** plSSLPortNumber );
Pointer to a variable that on return receives a 32-bit integer specifying the SSL port number.
A 32-bit integer that specifies the SSL port number.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property SSLPort As Long
A 32-bit integer that specifies the SSL port number.
This property is read/write. Its default value is 0, and its range of permissible values is from 0 through 65535. When a Web listener for incoming HTTPS traffic is created in Forefront TMG Management, the value of this property is automatically set to 443.
A value of 0 indicates that there is no SSL port.
The SSL port specified for the Internal network or a user-defined network can be used only in a Web proxy chaining scenario. In this case, a downstream Forefront TMG computer is configured to forward Web requests to an upstream proxy server over SSL. The SSL port specified for the Local Host network can be used by applications running on the Forefront TMG computer. Web proxy clients should send their HTTP CONNECT requests for SSL connections to the TCP port specified in the TCPPort property.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.