14 references to Instance
System (14)
net\System\Net\AuthenticationManager.cs (14)
137return Instance.CredentialPolicy; 143Instance.CredentialPolicy = value; 151return Instance.CustomTargetNameDictionary; 159return Instance.SpnDictionary; 165Instance.EnsureConfigLoaded(); 172return Instance.OSSupportsExtendedProtection; 180return Instance.SspSupportsExtendedProtection; 190return Instance.Authenticate(challenge, request, credentials); 198return Instance.PreAuthenticate(request, credentials); 207Instance.Register(authenticationModule); 216Instance.Unregister(authenticationModule); 225Instance.Unregister(authenticationScheme); 237return Instance.RegisteredModules; 252Instance.BindModule(uri, response, module);