FaxSecurity object

The FaxSecurity configuration object is used by a fax client application to configure the security on a fax server, and permits the calling application to set and retrieve a security descriptor for the fax server.

Members

The FaxSecurity object has these types of members:

Methods

The FaxSecurity object has these methods.

Method Description
Refresh The Refresh method refreshes FaxSecurity object information from the fax server.
Save The Save method saves the FaxSecurity object data.

 

Properties

The FaxSecurity object has these properties.

Property Access type Description
Descriptor
Read/write
The Descriptor property represents the security descriptor for a FaxServer object.
GrantedRights
Read-only
The GrantedRights property is a combination of the fax server access rights granted to the user referencing this property. For example, some users have permission to submit fax jobs with high priority while others have permission to submit jobs with normal or low priority only.
InformationType
Read/write
The InformationType property retrieves the security information type.

 

Remarks

Only an administrator with permissions can configure the security of the fax server. For more information, see Access Control.

A FaxSecurity object is accessed through a FaxServer object.

faxserver and faxsecurity objects

Note

Changes made to the FaxSecurity object will not be saved until you call the Save method.

 

To create a FaxSecurity object in Microsoft Visual Basic, call the Security property of the FaxServer object.

To create a FaxSecurity object in C++, call the Security method.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxSecurity

See also

Fax Service object hierarchy

IFaxSecurity