3 references to DSAKeyValueElementName
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DSAKeyValue.cs (3)
97
XmlElement dsaKeyValueElement = xmlDocument.CreateElement(
DSAKeyValueElementName
, SignedXml.XmlDsigNamespaceUrl);
171
XmlNode? dsaKeyValueElement = value.SelectSingleNode($"{xmlDsigNamespacePrefix}:{
DSAKeyValueElementName
}", xmlNamespaceManager);
174
throw new CryptographicException(SR.Format(SR.MustContainChildElement, KeyValueElementName,
DSAKeyValueElementName
));