LdapTools\Security\SecurityDescriptor::getRmControlFlags PHP Méthode

getRmControlFlags() public méthode

Get the Resource Manager control flag value. This specifies control bits that contain specific information for the resource manager accessing it and the RM_CONTROL_VALID flag is set in the controls.
public getRmControlFlags ( ) : Flags
Résultat Flags
    public function getRmControlFlags()
    {
        return $this->rmControlFlags;
    }