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