Home
last modified time | relevance | path

Searched refs:Cryptography_Xml_SignatureValueRequired (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/corefx/
H A DSR.cs39 …public const string Cryptography_Xml_SignatureValueRequired = "Signature requires a SignatureValue… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DSignature.cs113 throw new CryptographicException(SR.Cryptography_Xml_SignatureValueRequired); in GetXml()
H A DSignedXml.cs1064 throw new CryptographicException(SR.Cryptography_Xml_SignatureValueRequired); in CheckSignedInfo()