|
ReadonlyAuthenticationOptionsAuthenticationSchemes Property
|
Gets 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; }
Public ReadOnly Property AuthenticationSchemes As AuthenticationSchemes
Get
public:
property AuthenticationSchemes AuthenticationSchemes {
AuthenticationSchemes get ();
}
member AuthenticationSchemes : AuthenticationSchemes with get
function get_AuthenticationSchemes();
View SourceProperty Value
AuthenticationSchemes
See Also