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

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

Get the value that indicates the authority under which the SID was created.
public getIdentifierAuthority ( ) : integer
Результат integer
    public function getIdentifierAuthority()
    {
        return $this->identifierAuthority;
    }