FaxSecurity2 object
Used by a fax client application to configure the security on a fax server, and permit the calling application to set and retrieve a security descriptor for the fax server.
Members
The FaxSecurity2 object has these types of members:
Methods
The FaxSecurity2 object has these methods.
Method | Description |
---|---|
Refresh | Refreshes FaxSecurity2 object information from the fax server. |
Save | Saves the FaxSecurity object data. |
Properties
The FaxSecurity2 object has these properties.
Property | Access type | Description |
---|---|---|
Descriptor |
Read/write |
Represents the security descriptor for a IFaxServer2 interface. |
GrantedRights |
Read-only |
Retrieves 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 |
Retrieves the security information type. |
Remarks
This object is supported only on Windows Vista or later. For earlier versions of Windows use FaxSecurity.
Only an administrator with permissions can configure the security of the fax server. For more information, see Access Control.
A FaxSecurity2 object is accessed through a IFaxServer2 interface.
Note
Changes made to the FaxSecurity2 object will not be saved until you call the Save method.
To create a FaxSecurity2 object in Microsoft Visual Basic, call the Security2 property of the IFaxServer2 interface.
To create a FaxSecurity2 object in C++, call the Security2 method.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxSecurity2 |
See also