4 references to SecurityAlgorithmDictionary
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (1)
32_securityAlgorithmDictionary = XD.SecurityAlgorithmDictionary;
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
113if (encryptedKeyClause.EncryptionMethod == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
407if (this.algorithm == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value) 411writer.WriteString(XD.SecurityAlgorithmDictionary.Sha1Digest);