LdapTools\Security\SecurityDescriptor::getRmControlFlags PHP 메소드

getRmControlFlags() 공개 메소드

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
리턴 Flags
    public function getRmControlFlags()
    {
        return $this->rmControlFlags;
    }