API Reference
Class
MicrosoftCredentialTypeProbe
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.
Returned or exposed by
Constructors
public MicrosoftCredentialTypeProbe() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.