2 instantiations of ElementWithAlgorithmAttribute
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
432
this.signatureMethodElement = new
ElementWithAlgorithmAttribute
(dictionaryManager.XmlSignatureDictionary.SignatureMethod);
1017
this.digestMethodElement = new
ElementWithAlgorithmAttribute
(dictionaryManager.XmlSignatureDictionary.DigestMethod);
2 references to ElementWithAlgorithmAttribute
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
419
ElementWithAlgorithmAttribute
signatureMethodElement;
988
ElementWithAlgorithmAttribute
digestMethodElement;