4 references to SecurityAlgorithmDictionary
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (1)
32
_securityAlgorithmDictionary = XD.
SecurityAlgorithmDictionary
;
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 (2)
407
if (this.algorithm == XD.
SecurityAlgorithmDictionary
.RsaOaepKeyWrap.Value)
411
writer.WriteString(XD.
SecurityAlgorithmDictionary
.Sha1Digest);