LdapTools\Security\SID::getSubAuthorities PHP Method

getSubAuthorities() public method

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