Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/corefx/
H A DSR.cs46 …public const string Cryptography_Xml_UriRequired = "A Uri attribute is required for a CipherRefere… 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 DEncryptedReference.cs39 throw new ArgumentNullException(SR.Cryptography_Xml_UriRequired);
H A DXmlDecryptionTransform.cs106 throw new CryptographicException(SR.Cryptography_Xml_UriRequired); in LoadInnerXml()