|
AuthenticationOptionsAuthenticationSchemes Property
|
Gets or sets the authentication schemes to use when testing authentication with the
AuthTestPage.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic AuthenticationSchemes AuthenticationSchemes { get; set; }
Public Property AuthenticationSchemes As AuthenticationSchemes
Get
Set
public:
property AuthenticationSchemes AuthenticationSchemes {
AuthenticationSchemes get ();
void set (AuthenticationSchemes value);
}
member AuthenticationSchemes : AuthenticationSchemes with get, set
function get_AuthenticationSchemes();
function set_AuthenticationSchemes(value);
View SourceProperty Value
AuthenticationSchemes
See Also