2 writes to RsaOaepKeyWrap
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
622this.RsaOaepKeyWrap = dictionary.CreateString(IdentityModelStringsVersion1.String108, 108); 651this.RsaOaepKeyWrap = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String108);
2 references to RsaOaepKeyWrap
System.IdentityModel (2)
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
113if (encryptedKeyClause.EncryptionMethod == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)
System\ServiceModel\Security\EncryptedType.cs (1)
445if (this.algorithm == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)