LdapTools\Security\SID::getSubAuthorities PHP Метод

getSubAuthorities() публичный Метод

Get the array of sub-authority values that uniquely identify a principal relative to the identifier authority.
public getSubAuthorities ( ) : int[]
Результат int[]
    public function getSubAuthorities()
    {
        return $this->subAuthorities;
    }