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