78 references to GetResourceString
System.Security.Cryptography.Pkcs (78)
artifacts\obj\System.Security.Cryptography.Pkcs\Debug\net11.0\System.SR.cs (78)
16internal static string @Arg_EmptyOrNullString_Named => GetResourceString("Arg_EmptyOrNullString_Named", @"The `{0}` string cannot be empty or null."); 18internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported", @"Only single dimensional arrays are supported for the requested action."); 20internal static string @Argument_EncodeDestinationTooSmall => GetResourceString("Argument_EncodeDestinationTooSmall", @"The destination is too small to hold the encoded value."); 22internal static string @Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen", @"Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection."); 24internal static string @Argument_InvalidOidValue => GetResourceString("Argument_InvalidOidValue", @"The OID value was invalid."); 26internal static string @Argument_InvalidValue => GetResourceString("Argument_InvalidValue", @"Value was invalid."); 28internal static string @Argument_InvalidRsaSignaturePadding => GetResourceString("Argument_InvalidRsaSignaturePadding", @"The RSA padding must be Pkcs1 or Pss."); 30internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeLess", @"Index was out of range. Must be non-negative and less than the size of the collection."); 32internal static string @ArgumentOutOfRange_IndexMustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_IndexMustBeLessOrEqual", @"Index was out of range. Must be non-negative and less than or equal to the size of the collection."); 34internal static string @ArgumentOutOfRange_NeedPosNum => GetResourceString("ArgumentOutOfRange_NeedPosNum", @"Positive number required."); 36internal static string @Cryptography_AlgKdfRequiresChars => GetResourceString("Cryptography_AlgKdfRequiresChars", @"The KDF for algorithm '{0}' requires a char-based password input."); 38internal static string @Cryptography_BadHashValue => GetResourceString("Cryptography_BadHashValue", @"The hash value is not correct."); 40internal static string @Cryptography_BadSignature => GetResourceString("Cryptography_BadSignature", @"Invalid signature."); 42internal static string @Cryptography_Cms_CannotDetermineSignatureAlgorithm => GetResourceString("Cryptography_Cms_CannotDetermineSignatureAlgorithm", @"Could not determine signature algorithm for the signer certificate."); 44internal static string @Cryptography_Cms_IncompleteCertChain => GetResourceString("Cryptography_Cms_IncompleteCertChain", @"The certificate chain is incomplete, the self-signed root authority could not be determined."); 46internal static string @Cryptography_Cms_Invalid_Originator_Identifier_Choice => GetResourceString("Cryptography_Cms_Invalid_Originator_Identifier_Choice", @"Invalid originator identifier choice {0} found in decoded CMS."); 48internal static string @Cryptography_Cms_Invalid_Subject_Identifier_Type => GetResourceString("Cryptography_Cms_Invalid_Subject_Identifier_Type", @"The subject identifier type {0} is not valid."); 50internal static string @Cryptography_Cms_InvalidMessageType => GetResourceString("Cryptography_Cms_InvalidMessageType", @"Invalid cryptographic message type."); 52internal static string @Cryptography_Cms_InvalidSignerHashForSignatureAlg => GetResourceString("Cryptography_Cms_InvalidSignerHashForSignatureAlg", @"SignerInfo digest algorithm '{0}' is not valid for signature algorithm '{1}'."); 54internal static string @Cryptography_Cms_Key_Agree_Date_Not_Available => GetResourceString("Cryptography_Cms_Key_Agree_Date_Not_Available", @"The Date property is not available for none KID key agree recipient."); 56internal static string @Cryptography_Cms_MessageNotEncrypted => GetResourceString("Cryptography_Cms_MessageNotEncrypted", @"The CMS message is not encrypted."); 58internal static string @Cryptography_Cms_MessageNotSigned => GetResourceString("Cryptography_Cms_MessageNotSigned", @"The CMS message is not signed."); 60internal static string @Cryptography_Cms_MissingAuthenticatedAttribute => GetResourceString("Cryptography_Cms_MissingAuthenticatedAttribute", @"The cryptographic message does not contain an expected authenticated attribute."); 62internal static string @Cryptography_Cms_NoCounterCounterSigner => GetResourceString("Cryptography_Cms_NoCounterCounterSigner", @"Only one level of counter-signatures are supported on this platform."); 64internal static string @Cryptography_Cms_NoRecipients => GetResourceString("Cryptography_Cms_NoRecipients", @"The recipients collection is empty. You must specify at least one recipient. This platform does not implement the certificate picker UI."); 66internal static string @Cryptography_Cms_NoSignerCert => GetResourceString("Cryptography_Cms_NoSignerCert", @"No signer certificate was provided. This platform does not implement the certificate picker UI."); 68internal static string @Cryptography_Cms_NoSignerCertSilent => GetResourceString("Cryptography_Cms_NoSignerCertSilent", @"No signer certificate was provided."); 70internal static string @Cryptography_Cms_NoSignerAtIndex => GetResourceString("Cryptography_Cms_NoSignerAtIndex", @"The signed cryptographic message does not have a signer for the specified signer index."); 72internal static string @Cryptography_Cms_RecipientNotFound => GetResourceString("Cryptography_Cms_RecipientNotFound", @"The enveloped-data message does not contain the specified recipient."); 74internal static string @Cryptography_Cms_RecipientType_NotSupported => GetResourceString("Cryptography_Cms_RecipientType_NotSupported", @"The recipient type '{0}' is not supported for encryption or decryption on this platform."); 76internal static string @Cryptography_Cms_Sign_Empty_Content => GetResourceString("Cryptography_Cms_Sign_Empty_Content", @"Cannot create CMS signature for empty content."); 78internal static string @Cryptography_Cms_Sign_No_Signature_First_Signer => GetResourceString("Cryptography_Cms_Sign_No_Signature_First_Signer", @"CmsSigner has to be the first signer with NoSignature."); 80internal static string @Cryptography_Cms_SignerNotFound => GetResourceString("Cryptography_Cms_SignerNotFound", @"Cannot find the original signer."); 82internal static string @Cryptography_Cms_Signing_RequiresPrivateKey => GetResourceString("Cryptography_Cms_Signing_RequiresPrivateKey", @"A certificate with a private key is required."); 84internal static string @Cryptography_Cms_Ktri_RSARequired => GetResourceString("Cryptography_Cms_Ktri_RSARequired", @"An RSA key is required to decrypt for a RecipientInfo with a KeyTransport recipient type."); 86internal static string @Cryptography_Cms_Recipient_RSARequired_RSAPaddingModeSupplied => GetResourceString("Cryptography_Cms_Recipient_RSARequired_RSAPaddingModeSupplied", @"An RSA certificate is required for a CmsRecipient when used with RSAEncryptionPadding."); 88internal static string @Cryptography_Cms_TrustFailure => GetResourceString("Cryptography_Cms_TrustFailure", @"Certificate trust could not be established. The first reported error is: {0}"); 90internal static string @Cryptography_Cms_UnknownAlgorithm => GetResourceString("Cryptography_Cms_UnknownAlgorithm", @"Unknown algorithm '{0}'."); 92internal static string @Cryptography_Cms_UnknownKeySpec => GetResourceString("Cryptography_Cms_UnknownKeySpec", @"Unable to determine the type of key handle from this keyspec {0}."); 94internal static string @Cryptography_Cms_WrongKeyUsage => GetResourceString("Cryptography_Cms_WrongKeyUsage", @"The certificate is not valid for the requested usage."); 96internal static string @Cryptography_NotValidPublicOrPrivateKey => GetResourceString("Cryptography_NotValidPublicOrPrivateKey", @"Key is not a valid public or private key."); 98internal static string @Cryptography_Pkcs12_CannotProcessEncryptedSafeContents => GetResourceString("Cryptography_Pkcs12_CannotProcessEncryptedSafeContents", @"This operation is not valid on an encrypted or enveloped Pkcs12SafeContents."); 100internal static string @Cryptography_Pkcs12_CertBagNotX509 => GetResourceString("Cryptography_Pkcs12_CertBagNotX509", @"The Pkcs12CertBag contents are not an X.509 certificate."); 102internal static string @Cryptography_Pkcs12_PfxIsSealed => GetResourceString("Cryptography_Pkcs12_PfxIsSealed", @"The Pkcs12Builder can no longer be modified because one of the Seal methods was already invoked."); 104internal static string @Cryptography_Pkcs12_PfxMustBeSealed => GetResourceString("Cryptography_Pkcs12_PfxMustBeSealed", @"One of the Seal methods must be invoked on the Pkcs12Builder before invoking an Encode method."); 106internal static string @Cryptography_Pkcs12_SafeContentsIsEncrypted => GetResourceString("Cryptography_Pkcs12_SafeContentsIsEncrypted", @"Cannot enumerate the contents of an encrypted or enveloped Pkcs12SafeContents."); 108internal static string @Cryptography_Pkcs12_SafeContentsIsReadOnly => GetResourceString("Cryptography_Pkcs12_SafeContentsIsReadOnly", @"New Pkcs12SafeBag values cannot be added to a Pkcs12SafeContents that was read from existing data."); 110internal static string @Cryptography_Pkcs12_WrongModeForDecrypt => GetResourceString("Cryptography_Pkcs12_WrongModeForDecrypt", @"This decryption operation applies to 'Pkcs12ConfidentialityMode.{0}', but the target object is in 'Pkcs12ConfidentialityMode.{1}'."); 112internal static string @Cryptography_Pkcs12_WrongModeForVerify => GetResourceString("Cryptography_Pkcs12_WrongModeForVerify", @"This verification operation applies to 'Pkcs12IntegrityMode.{0}', but the target object is in 'Pkcs12IntegrityMode.{1}'."); 114internal static string @Cryptography_Pkcs_InvalidSignatureParameters => GetResourceString("Cryptography_Pkcs_InvalidSignatureParameters", @"Invalid signature parameters."); 116internal static string @Cryptography_Pkcs8_EncryptedReadFailed => GetResourceString("Cryptography_Pkcs8_EncryptedReadFailed", @"The EncryptedPrivateKeyInfo structure was decoded but was not successfully interpreted, the password may be incorrect."); 118internal static string @Cryptography_Pkcs9_AttributeMismatch => GetResourceString("Cryptography_Pkcs9_AttributeMismatch", @"The parameter should be a PKCS 9 attribute."); 120internal static string @Cryptography_Pkcs9_MultipleSigningTimeNotAllowed => GetResourceString("Cryptography_Pkcs9_MultipleSigningTimeNotAllowed", @"Cannot add multiple PKCS 9 signing time attributes."); 122internal static string @Cryptography_Pkcs_PssParametersMissing => GetResourceString("Cryptography_Pkcs_PssParametersMissing", @"PSS parameters were not present."); 124internal static string @Cryptography_Pkcs_PssParametersHashMismatch => GetResourceString("Cryptography_Pkcs_PssParametersHashMismatch", @"This platform requires that the PSS hash algorithm ({0}) match the data digest algorithm ({1})."); 126internal static string @Cryptography_Pkcs_PssParametersMgfHashMismatch => GetResourceString("Cryptography_Pkcs_PssParametersMgfHashMismatch", @"This platform does not support the MGF hash algorithm ({0}) being different from the signature hash algorithm ({1})."); 128internal static string @Cryptography_Pkcs_PssParametersMgfNotSupported => GetResourceString("Cryptography_Pkcs_PssParametersMgfNotSupported", @"Mask generation function '{0}' is not supported by this platform."); 130internal static string @Cryptography_Pkcs_PssParametersSaltMismatch => GetResourceString("Cryptography_Pkcs_PssParametersSaltMismatch", @"PSS salt size {0} is not supported by this platform with hash algorithm {1}."); 132internal static string @Cryptography_TimestampReq_BadNonce => GetResourceString("Cryptography_TimestampReq_BadNonce", @"The response from the timestamping server did not match the request nonce."); 134internal static string @Cryptography_TimestampReq_BadResponse => GetResourceString("Cryptography_TimestampReq_BadResponse", @"The response from the timestamping server was not understood."); 136internal static string @Cryptography_TimestampReq_Failure => GetResourceString("Cryptography_TimestampReq_Failure", @"The timestamping server did not grant the request. The request status is '{0}' with failure info '{1}'."); 138internal static string @Cryptography_TimestampReq_NoCertFound => GetResourceString("Cryptography_TimestampReq_NoCertFound", @"The timestamping request required the TSA certificate in the response, but it was not found."); 140internal static string @Cryptography_TimestampReq_UnexpectedCertFound => GetResourceString("Cryptography_TimestampReq_UnexpectedCertFound", @"The timestamping request required the TSA certificate not be included in the response, but certificates were present."); 142internal static string @InvalidOperation_DuplicateItemNotAllowed => GetResourceString("InvalidOperation_DuplicateItemNotAllowed", @"Duplicate items are not allowed in the collection."); 144internal static string @InvalidOperation_WrongOidInAsnCollection => GetResourceString("InvalidOperation_WrongOidInAsnCollection", @"AsnEncodedData element in the collection has wrong Oid value: expected = '{0}', actual = '{1}'."); 146internal static string @PlatformNotSupported_CryptographyPkcs => GetResourceString("PlatformNotSupported_CryptographyPkcs", @"System.Security.Cryptography.Pkcs is only supported on Windows platforms."); 148internal static string @Cryptography_AlgorithmNotSupported => GetResourceString("Cryptography_AlgorithmNotSupported", @"Algorithm '{0}' is not supported on this platform."); 150internal static string @Cryptography_Der_Invalid_Encoding => GetResourceString("Cryptography_Der_Invalid_Encoding", @"ASN1 corrupted data."); 152internal static string @Cryptography_Invalid_IA5String => GetResourceString("Cryptography_Invalid_IA5String", @"The string contains a character not in the 7 bit ASCII character set."); 154internal static string @Cryptography_UnknownAlgorithmIdentifier => GetResourceString("Cryptography_UnknownAlgorithmIdentifier", @"The algorithm identified by '{0}' is unknown, not valid for the requested usage, or was not handled."); 156internal static string @Cryptography_UnknownHashAlgorithm => GetResourceString("Cryptography_UnknownHashAlgorithm", @"'{0}' is not a known hash algorithm."); 158internal static string @Cryptography_Cms_NoAttributeFound => GetResourceString("Cryptography_Cms_NoAttributeFound", @"Attribute not found."); 160internal static string @Cryptography_Cms_NoCertificateFound => GetResourceString("Cryptography_Cms_NoCertificateFound", @"Certificate not found."); 162internal static string @Cryptography_Cms_CertificateAlreadyInCollection => GetResourceString("Cryptography_Cms_CertificateAlreadyInCollection", @"Certificate already present in the collection."); 164internal static string @Cryptography_Cms_InvalidSymmetricKey => GetResourceString("Cryptography_Cms_InvalidSymmetricKey", @"The key in the enveloped message is not valid or could not be decoded."); 166internal static string @Cryptography_Cms_CertificateDoesNotSupportNoSignature => GetResourceString("Cryptography_Cms_CertificateDoesNotSupportNoSignature", @"SignatureIdentifierType.NoSignature is not valid with the provided certificate."); 168internal static string @Cryptography_X509_PfxWithoutPassword_MaxAllowedIterationsExceeded => GetResourceString("Cryptography_X509_PfxWithoutPassword_MaxAllowedIterationsExceeded", @"PKCS12 (PFX) without a supplied password has exceeded maximum allowed iterations. See https://go.microsoft.com/fwlink/?linkid=2233907 for more information."); 170internal static string @Cryptography_X509_PfxWithoutPassword_ProblemFound => GetResourceString("Cryptography_X509_PfxWithoutPassword_ProblemFound", @"There was a problem with the PKCS12 (PFX) without a supplied password. See https://go.microsoft.com/fwlink/?linkid=2233907 for more information.");