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;
    }