7 references to SecurityAlgorithmDictionary
System.IdentityModel (7)
System\IdentityModel\DictionaryManager.cs (1)
33this.securityAlgorithmDictionary = XD.SecurityAlgorithmDictionary;
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
38this.algorithm = includeComments ? XD.SecurityAlgorithmDictionary.ExclusiveC14nWithComments.Value : XD.SecurityAlgorithmDictionary.ExclusiveC14n.Value;
System\IdentityModel\StrTransform.cs (1)
229get { return XD.SecurityAlgorithmDictionary.ExclusiveC14n.Value; }
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
113if (encryptedKeyClause.EncryptionMethod == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)
System\ServiceModel\Security\EncryptedType.cs (2)
445if (this.algorithm == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value) 449writer.WriteString(XD.SecurityAlgorithmDictionary.Sha1Digest);