45 references to AuthenticationManager
PresentationCore (2)
Core\CSharp\MS\Internal\AppModel\CustomCredentialPolicy.cs (2)
92
if (
AuthenticationManager
.CredentialPolicy == null)
94
AuthenticationManager
.CredentialPolicy = new CustomCredentialPolicy();
System (35)
net\System\Net\_AuthenticationState.cs (5)
122
SpnToken spnToken =
AuthenticationManager
.SpnDictionary.InternalGet(spnKey);
171
AuthenticationManager
.SpnDictionary.InternalSet(spnKey, spnToken);
188
preauth =
AuthenticationManager
.PreAuthenticate(httpWebRequest, authInfo);
267
Authorization =
AuthenticationManager
.Authenticate(challenge, httpWebRequest, authInfo);
393
AuthenticationManager
.BindModule(ChallengedUri, Authorization, Module);
net\System\Net\_BasicClient.cs (2)
42
int index =
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
95
ICredentialPolicy policy =
AuthenticationManager
.CredentialPolicy;
net\System\Net\_DigestClient.cs (10)
78
int index =
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
109
ICredentialPolicy policy =
AuthenticationManager
.CredentialPolicy;
213
int index = challenge==null ? -1 :
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
282
index =
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
335
ICredentialPolicy policy =
AuthenticationManager
.CredentialPolicy;
412
int index = challenge==null ? -1 :
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
498
index =
AuthenticationManager
.SplitNoQuotes(incoming, ref offset);
803
index =
AuthenticationManager
.SplitNoQuotes(challenge, ref offset);
831
index =
AuthenticationManager
.SplitNoQuotes(challenge, ref offset);
1085
return
AuthenticationManager
.SspSupportsExtendedProtection &&
net\System\Net\_KerberosClient.cs (3)
43
int index =
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
86
ICredentialPolicy policy =
AuthenticationManager
.CredentialPolicy;
170
int index = challenge==null ? -1 :
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
net\System\Net\_NegotiateClient.cs (4)
89
ICredentialPolicy policy =
AuthenticationManager
.CredentialPolicy;
131
return
AuthenticationManager
.GetGroupAuthorization(this, (useNego2 ? nego2Header : negotiateHeader) +
245
index =
AuthenticationManager
.FindSubstringNotInQuotes(challenge, nego2Signature);
250
index =
AuthenticationManager
.FindSubstringNotInQuotes(challenge, negotiateSignature);
net\System\Net\_NtlmClient.cs (3)
41
int index =
AuthenticationManager
.FindSubstringNotInQuotes(challenge, Signature);
86
ICredentialPolicy policy =
AuthenticationManager
.CredentialPolicy;
125
return
AuthenticationManager
.GetGroupAuthorization(this, AuthType + " " + clientResponse, authSession.IsCompleted, authSession, canShareConnection, false);
net\System\Net\Configuration\SettingsSection.cs (1)
23
System.Net.
AuthenticationManager
.EnsureConfigLoaded();
net\System\Net\HttpListener.cs (4)
425
if (!
AuthenticationManager
.OSSupportsExtendedProtection) {
461
if (!
AuthenticationManager
.OSSupportsExtendedProtection && value.PolicyEnforcement == PolicyEnforcement.Always)
2038
if (!
AuthenticationManager
.OSSupportsExtendedProtection)
2089
if (!
AuthenticationManager
.OSSupportsExtendedProtection)
net\System\Net\SecureProtocols\_NegoState.cs (2)
98
if (!
AuthenticationManager
.OSSupportsExtendedProtection)
461
if (!
AuthenticationManager
.OSSupportsExtendedProtection)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
168
return
AuthenticationManager
.OSSupportsExtendedProtection;
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
375
string spn =
AuthenticationManager
.CustomTargetNameDictionary[response.ResponseUri.AbsoluteUri];
System\ServiceModel\Channels\TransportSecurityHelpers.cs (7)
66
if (!
AuthenticationManager
.CustomTargetNameDictionary.ContainsKey(key)
67
||
AuthenticationManager
.CustomTargetNameDictionary[key] != value)
76
if (
AuthenticationManager
.CustomTargetNameDictionary.ContainsKey(key)
77
&&
AuthenticationManager
.CustomTargetNameDictionary[key] != value)
83
AuthenticationManager
.CustomTargetNameDictionary[key] = value;
120
if (!
AuthenticationManager
.CustomTargetNameDictionary.ContainsKey(key)
121
||
AuthenticationManager
.CustomTargetNameDictionary[key] != value)