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

getIdentifierAuthority() public méthode

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