Domain Detective

API Reference

Class

MicrosoftCredentialTypeProbe

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Parsed GetCredentialType response for a username probe.

Inheritance

  • Object
  • MicrosoftCredentialTypeProbe

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public String Username { get; set; } #

Gets or sets the username value.

public String Display { get; set; } #

Gets or sets the display value.

public Nullable<Int32> IfExistsResult { get; set; } #

Gets or sets the if exists result value.

public Nullable<Boolean> IsUnmanaged { get; set; } #

Gets or sets the is unmanaged value.

public Nullable<Int32> ThrottleStatus { get; set; } #

Gets or sets the throttle status value.

public Nullable<Int32> PreferredCredential { get; set; } #

Gets or sets the preferred credential value.

public String FederationRedirectUrl { get; set; } #

Gets or sets the federation redirect url value.

public Nullable<Int32> DomainType { get; set; } #

Gets or sets the domain type value.

{{ include "footer" }}