publicconststringLog_SignedXmlRecursionLimit="Signed xml recursion limit hit while trying to decrypt the key. Reference {0} hashed with \"{1}\" and ({2}).";
publicconststringLog_UnsafeTransformMethod="Transform method \"{0}\" is not on the safe list. Safe transform methods are: {1}.";
publicconststringArg_RankMultiDimNotSupported="Only single dimensional arrays are supported for the requested action.";
publicconststringArgument_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.";
publicconststringArgument_InvalidOidValue="The OID value was invalid.";
publicconststringCryptography_Asn_EnumeratedValueRequiresNonFlagsEnum="ASN.1 Enumerated values only apply to enum types without the [Flags] attribute.";
publicconststringCryptography_Asn_NamedBitListRequiresFlagsEnum="Named bit list operations require an enum with the [Flags] attribute.";
publicconststringCryptography_Asn_NamedBitListValueTooBig="The encoded named bit list value is larger than the value size of the '{0}' enum.";
publicconststringCryptography_Asn_UniversalValueIsFixed="Tags with TagClass Universal must have the appropriate TagValue value for the data type being read or written.";
publicconststringCryptography_Asn_UnusedBitCountRange="Unused bit count must be between 0 and 7, inclusive.";
publicconststringCryptography_AsnSerializer_AmbiguousFieldType="Field '{0}' of type '{1}' has ambiguous type '{2}', an attribute derived from AsnTypeAttribute is required.";
publicconststringCryptography_AsnSerializer_Choice_AllowNullNonNullable="[Choice].AllowNull=true is not valid because type '{0}' cannot have a null value.";
publicconststringCryptography_AsnSerializer_Choice_ConflictingTagMapping="The tag ({0} {1}) for field '{2}' on type '{3}' already is associated in this context with field '{4}' on type '{5}'.";
publicconststringCryptography_AsnSerializer_Choice_DefaultValueDisallowed="Field '{0}' on [Choice] type '{1}' has a default value, which is not permitted.";
publicconststringCryptography_AsnSerializer_Choice_NoChoiceWasMade="An instance of [Choice] type '{0}' has no non-null fields.";
publicconststringCryptography_AsnSerializer_Choice_NonNullableField="Field '{0}' on [Choice] type '{1}' can not be assigned a null value.";
publicconststringCryptography_AsnSerializer_Choice_TooManyValues="Fields '{0}' and '{1}' on type '{2}' are both non-null when only one value is permitted.";
publicconststringCryptography_AsnSerializer_Choice_TypeCycle="Field '{0}' on [Choice] type '{1}' has introduced a type chain cycle.";
publicconststringCryptography_AsnSerializer_MultipleAsnTypeAttributes="Field '{0}' on type '{1}' has multiple attributes deriving from '{2}' when at most one is permitted.";
publicconststringCryptography_AsnSerializer_NoJaggedArrays="Type '{0}' cannot be serialized or deserialized because it is an array of arrays.";
publicconststringCryptography_AsnSerializer_NoMultiDimensionalArrays="Type '{0}' cannot be serialized or deserialized because it is a multi-dimensional array.";
publicconststringCryptography_AsnSerializer_NoOpenTypes="Type '{0}' cannot be serialized or deserialized because it is not sealed or has unbound generic parameters.";
publicconststringCryptography_AsnSerializer_Optional_NonNullableField="Field '{0}' on type '{1}' is declared [OptionalValue], but it can not be assigned a null value.";
publicconststringCryptography_AsnSerializer_PopulateFriendlyNameOnString="Field '{0}' on type '{1}' has [ObjectIdentifier].PopulateFriendlyName set to true, which is not applicable to a string. Change the field to '{2}' or set PopulateFriendlyName to false.";
publicconststringCryptography_AsnSerializer_SetValueException="Unable to set field {0} on type {1}.";
publicconststringCryptography_AsnSerializer_SpecificTagChoice="Field '{0}' on type '{1}' has specified an implicit tag value via [ExpectedTag] for [Choice] type '{2}'. ExplicitTag must be true, or the [ExpectedTag] attribute removed.";
publicconststringCryptography_AsnSerializer_UnexpectedTypeForAttribute="Field '{0}' of type '{1}' has an effective type of '{2}' when one of ({3}) was expected.";
publicconststringCryptography_AsnSerializer_UtcTimeTwoDigitYearMaxTooSmall="Field '{0}' on type '{1}' has a [UtcTime] TwoDigitYearMax value ({2}) smaller than the minimum (99).";
publicconststringCryptography_AsnSerializer_UnhandledType="Could not determine how to serialize or deserialize type '{0}'.";
publicconststringCryptography_AsnWriter_EncodeUnbalancedStack="Encode cannot be called while a Sequence or SetOf is still open.";
publicconststringCryptography_AsnWriter_PopWrongTag="Cannot pop the requested tag as it is not currently in progress.";
publicconststringCryptography_BadHashValue="The hash value is not correct.";
publicconststringCryptography_Cms_InvalidSignerHashForSignatureAlg="SignerInfo digest algorithm '{0}' is not valid for signature algorithm '{1}'.";
publicconststringCryptography_Cms_Key_Agree_Date_Not_Available="The Date property is not available for none KID key agree recipient.";
publicconststringCryptography_Cms_MessageNotEncrypted="The CMS message is not encrypted.";
publicconststringCryptography_Cms_MessageNotSigned="The CMS message is not signed.";
publicconststringCryptography_Cms_MissingAuthenticatedAttribute="The cryptographic message does not contain an expected authenticated attribute.";
publicconststringCryptography_Cms_NoCounterCounterSigner="Only one level of counter-signatures are supported on this platform.";
publicconststringCryptography_Cms_NoRecipients="The recipients collection is empty. You must specify at least one recipient. This platform does not implement the certificate picker UI.";
publicconststringCryptography_Cms_NoSignerCert="No signer certificate was provided. This platform does not implement the certificate picker UI.";
publicconststringCryptography_Cms_NoSignerAtIndex="The signed cryptographic message does not have a signer for the specified signer index.";
publicconststringCryptography_Cms_RecipientNotFound="The enveloped-data message does not contain the specified recipient.";
publicconststringCryptography_Cms_RecipientType_NotSupported="The recipient type '{0}' is not supported for encryption or decryption on this platform.";
publicconststringCryptography_Cms_Sign_Empty_Content="Cannot create CMS signature for empty content.";
publicconststringCryptography_Cms_SignerNotFound="Cannot find the original signer.";
publicconststringCryptography_Cms_Signing_RequiresPrivateKey="A certificate with a private key is required.";
publicconststringCryptography_Cms_TrustFailure="Certificate trust could not be established. The first reported error is: {0}";
publicconststringCryptography_Pkcs9_AttributeMismatch="The parameter should be a PKCS 9 attribute.";
publicconststringCryptography_Pkcs9_MultipleSigningTimeNotAllowed="Cannot add multiple PKCS 9 signing time attributes.";
publicconststringCryptography_Pkcs_PssParametersMissing="PSS parameters were not present.";
publicconststringCryptography_Pkcs_PssParametersHashMismatch="This platform requires that the PSS hash algorithm ({0}) match the data digest algorithm ({1}).";
publicconststringCryptography_Pkcs_PssParametersMgfHashMismatch="This platform does not support the MGF hash algorithm ({0}) being different from the signature hash algorithm ({1}).";
publicconststringCryptography_Pkcs_PssParametersMgfNotSupported="Mask generation function '{0}' is not supported by this platform.";
publicconststringCryptography_Pkcs_PssParametersSaltMismatch="PSS salt size {0} is not supported by this platform with hash algorithm {1}.";
publicconststringCryptography_TimestampReq_BadNonce="The response from the timestamping server did not match the request nonce.";
publicconststringCryptography_TimestampReq_BadResponse="The response from the timestamping server was not understood.";
publicconststringCryptography_TimestampReq_Failure="The timestamping server did not grant the request. The request status is '{0}' with failure info '{1}'.";
publicconststringCryptography_TimestampReq_NoCertFound="The timestamping request required the TSA certificate in the response, but it was not found.";
publicconststringCryptography_TimestampReq_UnexpectedCertFound="The timestamping request required the TSA certificate not be included in the response, but certificates were present.";
publicconststringInvalidOperation_DuplicateItemNotAllowed="Duplicate items are not allowed in the collection.";
publicconststringInvalidOperation_WrongOidInAsnCollection="AsnEncodedData element in the collection has wrong Oid value: expected = '{0}', actual = '{1}'.";
publicconststringPlatformNotSupported_CryptographyPkcs="System.Security.Cryptography.Pkcs is only supported on Windows platforms.";
publicconststringCryptography_Invalid_IA5String="The string contains a character not in the 7 bit ASCII character set.";
publicconststringCryptography_UnknownHashAlgorithm="'{0}' is not a known hash algorithm.";
publicconststringCryptography_WriteEncodedValue_OneValueAtATime="The input to WriteEncodedValue must represent a single encoded value with no trailing data.";