225 references to CryptographicException
mscorlib (104)
system\security\cryptography\asymmetricalgorithm.cs (1)
67throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize"));
system\security\cryptography\base64transforms.cs (1)
60if (tempBytes.Length != 4) throw new CryptographicException(Environment.GetResourceString( "Cryptography_SSE_InvalidDataSize" ));
system\security\cryptography\crypto.cs (3)
109: this( 149: base(message) { 154: base(String.Format(CultureInfo.CurrentCulture, format, insert)) {
system\security\cryptography\cryptoapitransform.cs (1)
257throw new CryptographicException(Environment.GetResourceString("Cryptography_SSD_InvalidDataSize"));
system\security\cryptography\des.cs (2)
84throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 99throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize"));
system\security\cryptography\descryptoserviceprovider.cs (4)
23throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_AlgorithmNotAvailable")); 79throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_OFBNotSupported")); 82throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_CFBSizeNotSupported")); 111throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidIVSize"));
system\security\cryptography\dsa.cs (6)
166throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","DSA","P")); 173throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","DSA","Q")); 180throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","DSA","G")); 187throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","DSA","Y")); 207throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","DSA","Seed")); 209throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","DSA","PgenCounter"));
system\security\cryptography\dsacryptoserviceprovider.cs (5)
281throw new CryptographicException(Environment.GetResourceString("Cryptography_UnknownHashAlgorithm", hashAlgorithm.Name)); 295throw new CryptographicException(Environment.GetResourceString("Cryptography_UnknownHashAlgorithm", hashAlgorithm.Name)); 307throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NoPrivateKey")); 311throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidHashSize", "SHA1", _sha1.HashSize / 8)); 333throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidHashSize", "SHA1", _sha1.HashSize / 8));
system\security\cryptography\hmac.cs (2)
97throw new CryptographicException(Environment.GetResourceString("Cryptography_HashKeySet")); 107throw new CryptographicException(Environment.GetResourceString("Cryptography_HashNameSet"));
system\security\cryptography\icspasymmetricalgorithm.cs (6)
82throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NotFound")); 106throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NotFound")); 124throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NotFound")); 142throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NotFound")); 175throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NotFound")); 197throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NotFound"));
system\security\cryptography\keyedhashalgorithm.cs (1)
39throw new CryptographicException(Environment.GetResourceString("Cryptography_HashKeySet"));
system\security\cryptography\mactripledes.cs (1)
88throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidPaddingMode"));
system\security\cryptography\passwordderivebytes.cs (8)
97throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_ValuesFixed", "HashName")); 110throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_ValuesFixed", "IterationCount")); 123throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_ValuesFixed", "Salt")); 213throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 217throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_InvalidAlgorithm")); 220throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_InvalidAlgorithm")); 224throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_InvalidIV")); 299throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_TooManyBytes"));
system\security\cryptography\rc2.cs (4)
48throw new CryptographicException(Environment.GetResourceString("Cryptography_RC2_EKSKS")); 52throw new CryptographicException(Environment.GetResourceString("Cryptography_RC2_EKS40")); 57throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 65if (value < EffectiveKeySizeValue) throw new CryptographicException(Environment.GetResourceString("Cryptography_RC2_EKSKS"));
system\security\cryptography\rc2cryptoserviceprovider.cs (6)
43throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_AlgorithmNotAvailable")); 114throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_OFBNotSupported")); 117throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_CFBSizeNotSupported")); 127throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 159throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidIVSize")); 174throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_AlgKeySizeNotAvailable", keySizeValue));
system\security\cryptography\rfc2898derivebytes.cs (6)
66throw new CryptographicException(Environment.GetResourceString("Cryptography_UnknownHashAlgorithm", hashAlgorithm.Name)); 105throw new CryptographicException(Environment.GetResourceString("Cryptography_UnknownHashAlgorithm", hashAlgorithm.Name)); 255throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 259throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_InvalidAlgorithm")); 263throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_InvalidAlgorithm")); 267throw new CryptographicException(Environment.GetResourceString("Cryptography_PasswordDerivedBytes_InvalidIV"));
system\security\cryptography\rijndaelmanagedtransform.cs (17)
116throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidCipherMode")); 126throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidIVSize")); 332throw new CryptographicException(Environment.GetResourceString("Cryptography_SSD_InvalidDataSize")); 393throw new CryptographicException(Environment.GetResourceString("Cryptography_InsufficientBuffer")); 406throw new CryptographicException(Environment.GetResourceString("Cryptography_SSE_InvalidDataSize")); 462throw new CryptographicException(Environment.GetResourceString("Cryptography_InsufficientBuffer")); 594throw new CryptographicException(Environment.GetResourceString("Cryptography_InsufficientBuffer")); 601throw new CryptographicException(Environment.GetResourceString("Cryptography_InsufficientBuffer")); 714throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 717throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 720throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 727throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 730throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 734throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 740throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 743throw new CryptographicException(Environment.GetResourceString("Cryptography_PKCS7_InvalidPadding")); 868throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize"));
system\security\cryptography\rsa.cs (2)
275throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","RSA","Modulus")); 282throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFromXmlString","RSA","Exponent"));
system\security\cryptography\rsacryptoserviceprovider.cs (4)
344throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_NoPrivateKey")); 427throw new CryptographicException(Environment.GetResourceString("Cryptography_Padding_DecDataTooBig", KeySize / 8)); 567throw new CryptographicException(Environment.GetResourceString("Cryptography_UnknownHashAlgorithm", hashAlgorithm.Name)); 643return new CryptographicException(Environment.GetResourceString("Cryptography_InvalidPaddingMode"));
system\security\cryptography\rsapkcs1keyexchangeformatter.cs (1)
68throw new CryptographicException(Environment.GetResourceString("Cryptography_Padding_EncDataTooBig", cb-11));
system\security\cryptography\symmetricalgorithm.cs (7)
104throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidBlockSize")); 112throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidFeedbackSize")); 127throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidIVSize")); 142throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 162throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 173throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidCipherMode")); 183throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidPaddingMode"));
system\security\cryptography\tripledes.cs (2)
56throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize")); 82throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidKeySize"));
system\security\cryptography\tripledescryptoserviceprovider.cs (4)
23throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_AlgorithmNotAvailable")); 75throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_OFBNotSupported")); 78throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_CFBSizeNotSupported")); 107throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidIVSize"));
system\security\cryptography\utils.cs (7)
412throw new CryptographicException(Environment.GetResourceString("Cryptography_CSP_WrongKeySpec")); 812throw new CryptographicException(String.Format(null, Environment.GetResourceString("Cryptography_Padding_EncDataTooBig"), cb-2-2*cbHash)); 867throw new CryptographicException(Environment.GetResourceString("Cryptography_OAEPDecoding")); 877throw new CryptographicException(Environment.GetResourceString("Cryptography_OAEPDecoding")); 911throw new CryptographicException(Environment.GetResourceString("Cryptography_OAEPDecoding")); 919throw new CryptographicException(Environment.GetResourceString("Cryptography_OAEPDecoding")); 923throw new CryptographicException(Environment.GetResourceString("Cryptography_OAEPDecoding"));
system\security\cryptography\x509certificates\x509certificate.cs (2)
757throw new CryptographicException(Environment.GetResourceString("Cryptography_X509_InvalidContentType")); 776throw new CryptographicException(Environment.GetResourceString("Cryptography_X509_ExportFailed"));
system\security\cryptography\x509certificates\x509utils.cs (1)
222throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidOID"));
System.Core (2)
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (2)
77throw new CryptographicException("SR.GetString(SR.Cryptography_OpenInvalidHandle)"); 131throw new CryptographicException("SR.GetString(SR.Cryptography_OpenInvalidHandle)");
System.Security (119)
system\security\cryptography\cryptographicattribute.cs (1)
166throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Pkcs9_MultipleSigningTimeNotAllowed"));
system\security\cryptography\dataprotection.cs (3)
80throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_DpApi_ProfileMayNotBeLoaded")); 193throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_DpApi_InvalidMemoryLength")); 224throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_DpApi_InvalidMemoryLength"));
system\security\cryptography\dataprotector.cs (1)
192throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_DataProtector_InvalidPurpose"));
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
214throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Envelope_Empty_Content")); 407throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Not_Supported"));
system\security\cryptography\pkcs\pkcs7recipient.cs (1)
65throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Not_Supported"));
system\security\cryptography\pkcs\pkcsmisc.cs (3)
166throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Not_Supported")); 277throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Not_Supported")); 285throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Not_Supported"));
system\security\cryptography\pkcs\signedpkcs7.cs (2)
170throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Sign_Empty_Content")); 174throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Cms_Sign_No_Signature_First_Signer"));
system\security\cryptography\xml\cipherdata.cs (5)
51throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CipherValueElementRequired")); 64throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CipherValueElementRequired")); 89throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CipherValueElementRequired")); 106throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CipherValueElementRequired")); 112throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CipherValueElementRequired"));
system\security\cryptography\xml\encrypteddata.cs (2)
54throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingCipherData")); 109throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingCipherData"));
system\security\cryptography\xml\encryptedkey.cs (2)
98throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingCipherData")); 184throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingCipherData"));
system\security\cryptography\xml\encryptedreference.cs (3)
92throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_ReferenceTypeRequired")); 163throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_ReferenceTypeRequired")); 184throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriRequired"));
system\security\cryptography\xml\encryptedtype.cs (3)
217throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidEncryptionProperty")); 237throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidEncryptionProperty")); 266throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidEncryptionProperty"));
system\security\cryptography\xml\encryptedxml.cs (20)
220throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotSupported")); 227throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotSupported")); 239throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotSupported")); 247throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotSupported")); 272throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingCipherData")); 310throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingAlgorithm")); 325throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotSupported")); 391throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingAlgorithm")); 396throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingDecryptionKey")); 400throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingAlgorithm")); 431throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingAlgorithm")); 450throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingAlgorithm")); 489throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingAlgorithm")); 493throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingAlgorithm")); 515throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_NotSupportedCryptographicTransform")); 573throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingEncryptionKey")); 606throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_NotSupportedCryptographicTransform")); 642throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingDecryptionKey")); 840throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_NotSupportedCryptographicTransform")); 876throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_NotSupportedCryptographicTransform"));
system\security\cryptography\xml\reference.cs (8)
187throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_DigestMethodRequired")); 195throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_DigestValueRequired")); 245throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 249throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 323throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CreateHashAlgorithmFailed")); 355throw new CryptographicException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Cryptography_Xml_SelfReferenceRequiresContext"), m_uri)); 369throw new CryptographicException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Cryptography_Xml_SelfReferenceRequiresContext"),m_uri)); 398throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidReference"));
system\security\cryptography\xml\signature.cs (2)
105throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignedInfoRequired")); 111throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignatureValueRequired"));
system\security\cryptography\xml\signedinfo.cs (3)
98throw new CryptographicException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Cryptography_Xml_CreateTransformFailed"), this.CanonicalizationMethod)); 161throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignatureMethodRequired")); 177throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_ReferenceElementRequired"));
system\security\cryptography\xml\signedxml.cs (18)
362throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_LoadKeyFailed")); 373throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CreatedKeyFailed")); 380throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignatureDescriptionNotCreated")); 383throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CreateHashAlgorithmFailed")); 397throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignatureMethodKeyMismatch")); 406throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidSignatureLength")); 408throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidSignatureLength2")); 431throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignatureMethodKeyMismatch")); 447throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_KeyInfoRequired")); 548throw new CryptographicException( 814throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidReference")); 972throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignatureDescriptionNotCreated")); 981throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_CreateHashAlgorithmFailed")); 1009throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidSignatureLength")); 1011throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidSignatureLength2")); 1013throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_SignatureValueRequired")); 1015throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidSignatureLength")); 1054throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidReference"));
system\security\cryptography\xml\symmetrickeywrap.cs (6)
70throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_KW_BadKeySize")); 94throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_BadWrappedKeySize")); 103throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_KW_BadKeySize")); 152throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_KW_BadKeySize")); 170throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_BadWrappedKeySize")); 200throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_BadWrappedKeySize"));
system\security\cryptography\xml\transform.cs (32)
96throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_TransformIncorrectInputType")); 108throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_TransformIncorrectInputType")); 120throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_TransformIncorrectInputType")); 123throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_TransformIncorrectInputType")); 141throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_TransformIncorrectInputType")); 182throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 393throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 488throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 494throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 575throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 683throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 696throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 713throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 719throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 848throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 857throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 866throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 974throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 1005throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_EnvelopedSignatureRequiresContext")); 1016throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_EnvelopedSignatureRequiresContext")); 1033throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_EnvelopedSignatureRequiresContext")); 1170throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 1179throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriRequired")); 1181throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 1187throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 1269throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_MissingDecryptionKey")); 1388throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_XrmlUnableToDecryptGrant")); 1436throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UnknownTransform")); 1443throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_XrmlMissingContext")); 1459throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_XrmlMissingIssuer")); 1468throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_XrmlMissingLicence")); 1486throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_XrmlMissingIRelDecryptor"));
system\security\cryptography\xml\utils.cs (2)
616throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidReference")); 633throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_InvalidReference"));