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