FaxSecurity2.Descriptor property

Represents the security descriptor for a IFaxServer2 interface.

This property is read/write.

Syntax

Property Descriptor As Variant

Property value

A Variant that specifies or receives the security descriptor. The security descriptor is a SECURITY_DESCRIPTOR structure and is represented as a variant safe array of unsigned characters (VT_ARRAY | Integer).

Remarks

The Descriptor property represents the security descriptor, which contains the rights explicitly granted to a user by the fax administrator. The 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

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxSecurity2

IFaxSecurity2::Descriptor