LdapTools\Security\SID::getSubAuthorities PHP Méthode

getSubAuthorities() public méthode

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