LSCleanupFormContext.ForeignRealms Property
A DataTable object that contains the URL of foreign realms that can connect to the Web form. Use the URLs in the ForeignRealms table as the src attribute of an iframe element.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public DataTable ForeignRealms { get; }
public:
property DataTable^ ForeignRealms {
DataTable^ get();
}
member ForeignRealms : DataTable with get
Public ReadOnly Property ForeignRealms As DataTable
Property Value
Type: System.Data.DataTable
A DataTable object that contains the URL of foreign realms that can connect to the Web form.
See Also
LSCleanupFormContext Class
System.Web.Security.SingleSignOn Namespace
Return to top