7 references to Spn
System (7)
net\System\Net\_AuthenticationState.cs (1)
123
if (spnToken == null || spnToken.
Spn
== null)
net\System\Net\_DigestClient.cs (1)
121
Authorization digestResponse = HttpDigest.Authenticate(digestChallenge, NC, spnToken.
Spn
, binding);
net\System\Net\_NTAuthentication.cs (1)
340
this(false, package, networkCredential, spnToken.
Spn
, GetHttpContextFlags(request, spnToken.IsTrusted),
net\System\Net\_SpnDictionary.cs (4)
98
return (token == null ? null : token.
Spn
);
152
if (spnToken.
Spn
== value)
178
yield return new DictionaryEntry(key, spnToken.
Spn
);
268
yield return (spnToken != null ? spnToken.
Spn
: null);