AuthenticationContext.OwnerWindow Property

 

Applies to: Version: 2.19.208020213, Platform: .NET Desktop.

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

Namespace:   Microsoft.IdentityModel.Clients.ActiveDirectory
Assembly:  Microsoft.IdentityModel.Clients.ActiveDirectory (in Microsoft.IdentityModel.Clients.ActiveDirectory.dll)

Syntax

public object OwnerWindow { get; set; }

Property Value

Type: System.Object

See Also

AuthenticationContext Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top