8 references to SspiNegotiation
System.ServiceModel.Primitives (8)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (8)
189
byte[] outgoingBlob = sspiState.
SspiNegotiation
.GetOutgoingBlob(null, channelBinding, null);
191
if (outgoingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == false)
285
if (incomingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == false)
289
else if (incomingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == true)
296
byte[] outgoingBlob = sspiState.
SspiNegotiation
.GetOutgoingBlob(
301
if (outgoingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == false)
305
else if (outgoingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == true)
320
ISspiNegotiation sspiNegotiation = sspiState.
SspiNegotiation
;