PlatformParameters Class

Definition

Additional parameters used in acquiring user's authorization

public class PlatformParameters : Microsoft.IdentityModel.Clients.ActiveDirectory.IPlatformParameters
Inheritance
PlatformParameters
Implements

Constructors

PlatformParameters(PromptBehavior)
PlatformParameters(PromptBehavior, Object)

Properties

OwnerWindow

Gets the owner of the browser dialog which pops up for receiving user credentials. It can be null.

PromptBehavior

Gets prompt behavior. If Always, asks service to show user the authentication page which gives them chance to authenticate as a different user.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)