FaxSecurity.Descriptor property

The Descriptor property represents the security descriptor for a FaxServer object.

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 farSUBMIT_HIGH, the user can send high-priority, normal-priority and low-priority faxes. If a user has the access right farSUBMIT_NORMAL, the user can send normal-priority and low-priority faxes.

To read this property, a user must have the farQUERY_CONFIG access right.

Requirements

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

See also

FaxSecurity

IFaxSecurity::Descriptor