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