1 implementation of ISspiNegotiationInfo
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
357
private class SspiSecurityTokenResolver : SecurityTokenResolver,
ISspiNegotiationInfo
2 references to ISspiNegotiationInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityJan2004.cs (2)
442
ISspiNegotiationInfo
sspiResolver = tokenResolver as
ISspiNegotiationInfo
;