|
AuthenticationOptionsAuthTestPage Property
|
Gets or sets the page name used to test user authorization.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic string AuthTestPage { get; set; }
Public Property AuthTestPage As String
Get
Set
public:
property String^ AuthTestPage {
String^ get ();
void set (String^ value);
}
member AuthTestPage : string with get, set
function get_AuthTestPage();
function set_AuthTestPage(value);
View SourceProperty Value
String
See Also