14 references to Cryptography_Xml_TransformIncorrectInputType
System.Security.Cryptography.Xml (14)
System\Security\Cryptography\Xml\TransformChain.cs (5)
95throw new CryptographicException(SR.Cryptography_Xml_TransformIncorrectInputType); 111throw new CryptographicException(SR.Cryptography_Xml_TransformIncorrectInputType); 127throw new CryptographicException(SR.Cryptography_Xml_TransformIncorrectInputType); 130throw new CryptographicException(SR.Cryptography_Xml_TransformIncorrectInputType); 151throw new CryptographicException(SR.Cryptography_Xml_TransformIncorrectInputType);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
272throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
127throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
79throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (2)
181if (_inputNodeList != null) throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type)); 186throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
116throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
194throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
146throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
117throw new ArgumentException(SR.Cryptography_Xml_TransformIncorrectInputType, nameof(type));