3 references to RSAKeyValueElementName
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\RSAKeyValue.cs (3)
73
XmlElement rsaKeyValueElement = xmlDocument.CreateElement(
RSAKeyValueElementName
, SignedXml.XmlDsigNamespaceUrl);
117
XmlNode? rsaKeyValueElement = value.SelectSingleNode($"{xmlDsigNamespacePrefix}:{
RSAKeyValueElementName
}", xmlNamespaceManager);
120
throw new CryptographicException(SR.Format(SR.MustContainChildElement, KeyValueElementName,
RSAKeyValueElementName
));