Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets the access mask for this FPCAccessControlEntry object.
FPCAccessControlEntry.AccessMask [ = lAccessMask ]
HRESULT get_AccessMask( long *plAccessMask ); HRESULT put_AccessMask( long lAccessMask );
Long value that specifies the access mask for this FPCAccessControlEntry object. Can be a combination of bit values from the FpcIndArrayObjAccessRights enumerated type for a stand-alone server or from the FpcDomainArrayObjAccessRights for an array. These rights are mapped to registry access rights and Active Directory access rights, respectively. Use bit values from the FpcAlertsAccessRights enumerated type for the signaled alerts access mask, and from the FpcSessionsAccessRights enumerated type for the sessions access mask.
The property is read-write.