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