4 references to ISspiNegotiation
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ISspiNegotiation.cs (1)
50
ISspiNegotiation
SspiNegotiation { get; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (3)
25
private
ISspiNegotiation
_wrappingSspiContext;
34
internal WrappedKeySecurityToken(string id, byte[] keyToWrap,
ISspiNegotiation
wrappingSspiContext)
50
internal WrappedKeySecurityToken(string id, byte[] keyToWrap, string wrappingAlgorithm,
ISspiNegotiation
wrappingSspiContext, byte[] wrappedKey)