LdapTools\Security\SID::getIdentifierAuthority PHP Method

getIdentifierAuthority() public method

Get the value that indicates the authority under which the SID was created.
public getIdentifierAuthority ( ) : integer
return integer
    public function getIdentifierAuthority()
    {
        return $this->identifierAuthority;
    }