2 references to WrappingAlgorithm
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
332if (wrappedToken == null || wrappedToken.WrappingAlgorithm != sspiNegotiation.KeyEncryptionAlgorithm)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
103ek.EncryptionMethod = new EncryptionMethod(WrappingAlgorithm);