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