Adldap\Models\RootDse::getRootDomainNamingContext PHP Méthode

getRootDomainNamingContext() public méthode

Returns the DN of the root domain NC for this DC's forest.
public getRootDomainNamingContext ( ) : mixed
Résultat mixed
    public function getRootDomainNamingContext()
    {
        return $this->getFirstAttribute($this->schema->rootDomainNamingContext());
    }