Gets the Single Sign On URI that the browser control should navigate to.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public Uri SingleSignOnUri { get; private set; }
Visual Basic
Public Property SingleSignOnUri As Uri
	Get
	Private Set

Field Value

The Single Sign On URI.

Version Information

Supported for IC Server version 2016 R1 and beyond.

See Also