Uses of Class
system.net.AuthenticationSchemes
-
Packages that use AuthenticationSchemes Package Description system.net system.servicemodel.channels system.servicemodel.configuration system.servicemodel.description -
-
Uses of AuthenticationSchemes in system.net
Fields in system.net declared as AuthenticationSchemes Modifier and Type Field Description static AuthenticationSchemes
AuthenticationSchemes. Anonymous
static AuthenticationSchemes
AuthenticationSchemes. Basic
static AuthenticationSchemes
AuthenticationSchemes. Digest
static AuthenticationSchemes
AuthenticationSchemes. IntegratedWindowsAuthentication
static AuthenticationSchemes
AuthenticationSchemes. Negotiate
static AuthenticationSchemes
AuthenticationSchemes. None
static AuthenticationSchemes
AuthenticationSchemes. Ntlm
Methods in system.net that return AuthenticationSchemes Modifier and Type Method Description AuthenticationSchemes
AuthenticationSchemes. add(AuthenticationSchemes val)
AuthenticationSchemes
AuthenticationSchemeSelector. DynamicInvoke(HttpListenerRequest httpRequest)
AuthenticationSchemes
HttpListener. getAuthenticationSchemes()
AuthenticationSchemes
AuthenticationSchemeSelector. Invoke(HttpListenerRequest httpRequest)
Methods invoked in JVM when an event is raised in CLRAuthenticationSchemes
IAuthenticationSchemeSelector. Invoke(HttpListenerRequest httpRequest)
AuthenticationSchemes
AuthenticationSchemes. remove(AuthenticationSchemes val)
Methods in system.net with parameters of type AuthenticationSchemes Modifier and Type Method Description AuthenticationSchemes
AuthenticationSchemes. add(AuthenticationSchemes val)
boolean
AuthenticationSchemes. has(AuthenticationSchemes val)
boolean
AuthenticationSchemes. is(AuthenticationSchemes val)
AuthenticationSchemes
AuthenticationSchemes. remove(AuthenticationSchemes val)
void
HttpListener. setAuthenticationSchemes(AuthenticationSchemes AuthenticationSchemes)
-
Uses of AuthenticationSchemes in system.servicemodel.channels
Methods in system.servicemodel.channels that return AuthenticationSchemes Modifier and Type Method Description AuthenticationSchemes
HttpTransportBindingElement. getAuthenticationScheme()
AuthenticationSchemes
HttpTransportBindingElement. getProxyAuthenticationScheme()
Methods in system.servicemodel.channels with parameters of type AuthenticationSchemes Modifier and Type Method Description void
HttpTransportBindingElement. setAuthenticationScheme(AuthenticationSchemes AuthenticationScheme)
void
HttpTransportBindingElement. setProxyAuthenticationScheme(AuthenticationSchemes ProxyAuthenticationScheme)
-
Uses of AuthenticationSchemes in system.servicemodel.configuration
Methods in system.servicemodel.configuration that return AuthenticationSchemes Modifier and Type Method Description AuthenticationSchemes
HttpTransportElement. getAuthenticationScheme()
AuthenticationSchemes
ServiceAuthenticationElement. getAuthenticationSchemes()
AuthenticationSchemes
HttpTransportElement. getProxyAuthenticationScheme()
Methods in system.servicemodel.configuration with parameters of type AuthenticationSchemes Modifier and Type Method Description void
HttpTransportElement. setAuthenticationScheme(AuthenticationSchemes AuthenticationScheme)
void
ServiceAuthenticationElement. setAuthenticationSchemes(AuthenticationSchemes AuthenticationSchemes)
void
HttpTransportElement. setProxyAuthenticationScheme(AuthenticationSchemes ProxyAuthenticationScheme)
-
Uses of AuthenticationSchemes in system.servicemodel.description
Methods in system.servicemodel.description that return AuthenticationSchemes Modifier and Type Method Description AuthenticationSchemes
ServiceAuthenticationBehavior. getAuthenticationSchemes()
Methods in system.servicemodel.description with parameters of type AuthenticationSchemes Modifier and Type Method Description void
ServiceAuthenticationBehavior. setAuthenticationSchemes(AuthenticationSchemes AuthenticationSchemes)
-