Microsoft Internet Security and Acceleration Server 2004 SDK

SSLRequireSecureChannel Property of IFPCRoutingRule[C++]

FPCRoutingRule.SSLRequireSecureChannel [Visual Basic]

[C++]

The SSLRequireSecureChannel property gets or sets a value from the FpcSSLRequireSecureChannelMode enumerated type that indicates whether a secure channel is required and whether 128-bit encryption is required.

HRESULT get_SSLRequireSecureChannel(
  FpcSSLRequireSecureChannelMode* pSSLRequireSecureChannelMode
);

HRESULT put_SSLRequireSecureChannel(
  FpcSSLRequireSecureChannelMode SSLRequireSecureChannelMode
);

Parameters

pSSLRequireSecureChannelMode
Pointer to a variable that on return receives a value from the from the FpcSSLRequireSecureChannelMode enumerated type specifying whether a secure channel is required and whether 128-bit encryption is required.
SSLRequireSecureChannelMode
Value from the FpcSSLRequireSecureChannelMode enumerated type that indicates whether a secure channel is required and whether 128-bit encryption is required.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The SSLRequireSecureChannel property gets or sets a value from the FpcSSLRequireSecureChannelMode enumerated type that indicates whether a secure channel is required and whether 128-bit encryption is required.

Property SSLRequireSecureChannel As FpcSSLRequireSecureChannelMode

Property Value

Value from the FpcSSLRequireSecureChannelMode enumerated type that indicates whether a secure channel is required and whether 128-bit encryption is required.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCRoutingRule