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