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