3 references to ModulusElementName
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\RSAKeyValue.cs (3)
81
XmlElement modulusElement = xmlDocument.CreateElement(
ModulusElementName
, SignedXml.XmlDsigNamespaceUrl);
136
Modulus = Convert.FromBase64String(rsaKeyValueElement.SelectSingleNode($"{xmlDsigNamespacePrefix}:{
ModulusElementName
}", xmlNamespaceManager)!.InnerText),
142
throw new CryptographicException($"An error occurred parsing the {
ModulusElementName
} and {ExponentElementName} elements", ex);