Microsoft Internet Security and Acceleration Server 2004 SDK

EnableControlChannelEncryption Property of IFPCClientConfigSettings[C++]

FPCClientConfigSettings.EnableControlChannelEncryption [Visual Basic]

[C++]

The EnableControlChannelEncryption property gets or sets a Boolean value that indicates whether the ISA Server computer uses an encrypted control channel.

HRESULT get_EnableControlChannelEncryption(
  VARIANT_BOOL* pfEnableControlChannelEncryption
);

HRESULT put_EnableControlChannelEncryption(
  VARIANT_BOOL fEnableControlChannelEncryption
);

Parameters

pfEnableControlChannelEncryption
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the ISA Server computer uses an encrypted control channel, or to VARIANT_FALSE if the ISA Server computer does not use an encrypted control channel.
fEnableControlChannelEncryption
Boolean value that indicates whether the ISA Server computer uses an encrypted control channel.

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 EnableControlChannelEncryption property gets or sets a Boolean value that indicates whether the ISA Server computer uses an encrypted control channel.

Property EnableControlChannelEncryption As Boolean

Property Value

Boolean value that indicates whether the ISA Server computer uses an encrypted control channel.

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

FPCClientConfigSettings