4 references to Signature
System (4)
net\System\Net\_KerberosClient.cs (4)
18
internal static int SignatureSize =
Signature
.Length;
43
int index = AuthenticationManager.FindSubstringNotInQuotes(challenge,
Signature
);
78
NetworkCredential NC = credentials.GetCredential(httpWebRequest.ChallengedUri,
Signature
);
170
int index = challenge==null ? -1 : AuthenticationManager.FindSubstringNotInQuotes(challenge,
Signature
);