3 references to NegotiationToken
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (3)
156
using (writer.PushSequence(new Asn1Tag(TagClass.ContextSpecific, (int)
NegotiationToken
.NegTokenInit)))
226
AsnValueReader challengeReader = reader.ReadSequence(new Asn1Tag(TagClass.ContextSpecific, (int)
NegotiationToken
.NegTokenResp));
336
using (writer.PushSequence(new Asn1Tag(TagClass.ContextSpecific, (int)
NegotiationToken
.NegTokenResp)))