Adldap\Models\RootDse::getRootDomainNamingContext PHP Method

getRootDomainNamingContext() public method

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