IFaxServer2::get_Security2 method (faxcomex.h)

The IFaxServer2::Security2 property returns a IFaxSecurity2 object used to configure security on the fax server.

This property is read-only.

Syntax

HRESULT get_Security2(
  IFaxSecurity2 **ppFaxSecurity2
);

Parameters

ppFaxSecurity2

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxServer

IFaxServer2