次の方法で共有


IFPCMalwareInspectionSettings::ExemptedProtocolMessages property

Applies to: desktop apps only

The ExemptedProtocolMessages property gets an FPCProtocolMessageDefinitions collection that contains the list of types of protocol messages that are exempt from malware inspection.

This property is read-only.

Syntax

HRESULT get_ExemptedProtocolMessages(
  IFPCProtocolMessageDefinitions **ppExemptedProtocolMessages
);
' Data type: FPCProtocolMessageDefinitions

Property ExemptedProtocolMessages( _
  ByVal ppExemptedProtocolMessages As IFPCProtocolMessageDefinitions _
) As FPCProtocolMessageDefinitions

Property value

Reference to an FPCProtocolMessageDefinitions collection that contains the list of types of protocol messages that are exempt from malware inspection.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. The list of types of protocol messages that are exempt from malware inspection can be modified through the properties and methods of the FPCProtocolMessageDefinitions collection retrieved (the IFPCProtocolMessageDefinitions interface retrieved in C++).

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

FPCMalwareInspectionSettings

 

 

Build date: 7/12/2010