32 references to Cryptography_Xml_InvalidElement
System.Security.Cryptography.Xml (32)
System\Security\Cryptography\Xml\KeyInfo.cs (2)
70
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "KeyInfo");
85
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "KeyInfo/KeyValue");
System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs (2)
31
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "KeyInfoEncryptedKey");
38
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "KeyInfoEncryptedKey");
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (2)
289
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "X509Data");
302
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "IssuerSerial");
System\Security\Cryptography\Xml\Reference.cs (10)
217
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference");
230
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/Transforms");
236
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/Transforms");
243
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/Transforms");
247
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/Transforms");
314
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/DigestMethod");
318
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/DigestMethod");
324
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/DigestValue");
328
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference/DigestValue");
332
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Reference");
System\Security\Cryptography\Xml\Signature.cs (7)
141
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Signature");
146
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Signature");
155
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo");
165
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignatureValue");
171
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignatureValue");
180
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "KeyInfo");
221
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Signature");
System\Security\Cryptography\Xml\SignedInfo.cs (8)
212
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo");
221
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo");
226
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo/CanonicalizationMethod");
231
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo/CanonicalizationMethod");
239
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo/SignatureMethod");
244
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo/SignatureMethod");
260
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo/Reference");
273
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "SignedInfo");
System\Security\Cryptography\Xml\TransformChain.cs (1)
181
throw new CryptographicException(SR.
Cryptography_Xml_InvalidElement
, "Transforms");