API Reference
Class
WhoAmIQueryResult
Typed whoami/rootDSE query result.
Inheritance
- Object
- WhoAmIQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method AdWhoAmIService.Query
Constructors
public WhoAmIQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Platform { get; set; } #Current runtime platform.
public String User { get; set; } #Current process user name.
public String DomainController { get; set; } #Domain controller hint used for RootDSE reads.
public String DefaultSearchBaseDn { get; set; } #Caller default search base distinguished name.
public String DefaultNamingContext { get; set; } #RootDSE default naming context.
public String RootDseDnsHostName { get; set; } #RootDSE dnsHostName value.
public String RootDomainNamingContext { get; set; } #RootDSE rootDomainNamingContext value.
public String ConfigurationNamingContext { get; set; } #RootDSE configurationNamingContext value.