2 types derived from SspiNegotiationTokenAuthenticator
System.ServiceModel (2)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
24sealed class SpnegoTokenAuthenticator : SspiNegotiationTokenAuthenticator
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
19sealed class TlsnegoTokenAuthenticator : SspiNegotiationTokenAuthenticator
3 references to SspiNegotiationTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1646if ((usedTokenAuthenticator is SspiNegotiationTokenAuthenticator) ||
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
385SspiNegotiationTokenAuthenticator authenticator; 387public SspiNegotiationFilter(SspiNegotiationTokenAuthenticator authenticator)