Share via


LSFormContext.IsClientNonInteractive Property

 

Indicates whether the client is unable to respond to an interactive Web UI.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public bool IsClientNonInteractive { get; }
public:
property bool IsClientNonInteractive {
    bool get();
}
member IsClientNonInteractive : bool with get
Public ReadOnly Property IsClientNonInteractive As Boolean

Property Value

Type: System.Boolean

true if the client is unable to respond. This generally means that the client is an Office application and that integrated, basic, or SSL authorization must be used instead of a Web form.

See Also

LSFormContext Class
System.Web.Security.SingleSignOn Namespace

Return to top