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)))
238
ValueAsnReader challengeReader = reader.ReadSequence(new Asn1Tag(TagClass.ContextSpecific, (int)
NegotiationToken
.NegTokenResp));
348
using (writer.PushSequence(new Asn1Tag(TagClass.ContextSpecific, (int)
NegotiationToken
.NegTokenResp)))