1 implementation of KeyEncryptionAlgorithm
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
103public string KeyEncryptionAlgorithm
2 references to KeyEncryptionAlgorithm
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
332if (wrappedToken == null || wrappedToken.WrappingAlgorithm != sspiNegotiation.KeyEncryptionAlgorithm)
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
447if (encryptionMethod != unwrappingSspiContext.KeyEncryptionAlgorithm)