4 references to Cryptography_Xml_UriRequired
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CipherReference.cs (1)
77Uri = uri ?? throw new CryptographicException(SR.Cryptography_Xml_UriRequired);
System\Security\Cryptography\Xml\EncryptedReference.cs (2)
39throw new ArgumentNullException(SR.Cryptography_Xml_UriRequired); 115throw new ArgumentNullException(SR.Cryptography_Xml_UriRequired);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
101throw new CryptographicException(SR.Cryptography_Xml_UriRequired);