8 references to SspiNegotiation
System.ServiceModel (8)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (8)
235
byte[] outgoingBlob = _sspiState.
SspiNegotiation
.GetOutgoingBlob(null, channelBinding, null);
237
if (outgoingBlob == null && _sspiState.
SspiNegotiation
.IsCompleted == false)
322
if (incomingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == false)
326
else if (incomingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == true)
335
byte[] outgoingBlob = sspiState.
SspiNegotiation
.GetOutgoingBlob(incomingBlob,
339
if (outgoingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == false)
343
else if (outgoingBlob == null && sspiState.
SspiNegotiation
.IsCompleted == true)
359
ISspiNegotiation sspiNegotiation = sspiState.
SspiNegotiation
;