4 references to ISspiNegotiation
System.IdentityModel (4)
System\ServiceModel\Security\ISspiNegotiation.cs (1)
51ISspiNegotiation SspiNegotiation { get; }
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (3)
25ISspiNegotiation wrappingSspiContext; 34internal WrappedKeySecurityToken(string id, byte[] keyToWrap, ISspiNegotiation wrappingSspiContext) 51internal WrappedKeySecurityToken(string id, byte[] keyToWrap, string wrappingAlgorithm, ISspiNegotiation wrappingSspiContext, byte[] wrappedKey)