IFPCRoutingRule::SSLRequireSecureChannel property

Applies to: desktop apps only

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.

This property is read/write.

Syntax

HRESULT put_SSLRequireSecureChannel(
  FpcSSLRequireSecureChannelMode SSLRequireSecureChannelMode
);

HRESULT get_SSLRequireSecureChannel(
  FpcSSLRequireSecureChannelMode *pSSLRequireSecureChannelMode
);
' Data type: FpcSSLRequireSecureChannelMode

Property SSLRequireSecureChannel( _
  ByVal SSLRequireSecureChannelMode As FpcSSLRequireSecureChannelMode, _
  ByVal pSSLRequireSecureChannelMode As FpcSSLRequireSecureChannelMode _
) 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.

Error codes

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

Remarks

This property is read/write.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCRoutingRule

 

 

Build date: 7/12/2010