1 write to sspiNegotiation
System.ServiceModel (1)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticatorState.cs (1)
34
this.
sspiNegotiation
= sspiNegotiation;
5 references to sspiNegotiation
System.ServiceModel (5)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticatorState.cs (5)
42
return this.
sspiNegotiation
;
104
if (this.
sspiNegotiation
!= null && !this.IsNegotiationCompleted)
106
return this.
sspiNegotiation
.GetRemoteIdentityName();
117
if (this.
sspiNegotiation
!= null)
119
this.
sspiNegotiation
.Dispose();