IFaxSecurity2::get_Descriptor method (faxcomex.h)
Represents the security descriptor for a IFaxServer2 object.
This property is read/write.
Syntax
HRESULT get_Descriptor(
VARIANT *pvDescriptor
);
Parameters
pvDescriptor
Return value
None
Remarks
The IFaxSecurity2::Descriptor property represents the security descriptor, which contains the rights explicitly granted to a user by the fax administrator. The IFaxSecurity2::GrantedRights property reflects the user rights that the fax server grants based on the descriptor. Specifically, if a user has the access right far2SUBMIT_HIGH, the user can send high-priority, normal-priority and low-priority faxes. If a user has the access right far2SUBMIT_NORMAL, the user can send normal-priority and low-priority faxes.
To read and write this property, the user must have the far2MANAGE_CONFIG access right. Users with the far2QUERY_CONFIG access right can read this property.
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 |