7 references to SecurityAlgorithmDictionary
System.IdentityModel (7)
System\IdentityModel\DictionaryManager.cs (1)
33
this.securityAlgorithmDictionary = XD.
SecurityAlgorithmDictionary
;
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
38
this.algorithm = includeComments ? XD.
SecurityAlgorithmDictionary
.ExclusiveC14nWithComments.Value : XD.
SecurityAlgorithmDictionary
.ExclusiveC14n.Value;
System\IdentityModel\StrTransform.cs (1)
229
get { return XD.
SecurityAlgorithmDictionary
.ExclusiveC14n.Value; }
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
113
if (encryptedKeyClause.EncryptionMethod == XD.
SecurityAlgorithmDictionary
.RsaOaepKeyWrap.Value)
System\ServiceModel\Security\EncryptedType.cs (2)
445
if (this.algorithm == XD.
SecurityAlgorithmDictionary
.RsaOaepKeyWrap.Value)
449
writer.WriteString(XD.
SecurityAlgorithmDictionary
.Sha1Digest);