14 references to Cryptography_Xml_IncorrectObjectType
System.Security.Cryptography.Xml (14)
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (3)
37throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, "node"); 59throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 89throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value));
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (6)
31throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 50throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 64throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 78throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 92throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 142throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value));
System\Security\Cryptography\Xml\ReferenceList.cs (3)
33throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 59throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value)); 103throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(value));
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
67throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(obj));
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
91throw new ArgumentException(SR.Cryptography_Xml_IncorrectObjectType, nameof(obj));