2 writes to RsaOaepKeyWrap
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
619this.RsaOaepKeyWrap = dictionary.CreateString(IdentityModelStringsVersion1.String108, 108); 648this.RsaOaepKeyWrap = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String108);
2 references to RsaOaepKeyWrap
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
113if (encryptedKeyClause.EncryptionMethod == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
407if (this.algorithm == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)