|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Security.Cryptography.Cose
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Security.Cryptography.Cose.SR)));
/// <summary>The destination is too small to hold the value.</summary>
internal static string @Argument_DestinationTooSmall => GetResourceString("Argument_DestinationTooSmall", @"The destination is too small to hold the value.");
/// <summary>The destination is too small to hold the encoded value.</summary>
internal static string @Argument_EncodeDestinationTooSmall => GetResourceString("Argument_EncodeDestinationTooSmall", @"The destination is too small to hold the encoded value.");
/// <summary>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.</summary>
internal 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.");
/// <summary>Non-negative number required.</summary>
internal static string @ArgumentOutOfRange_NeedNonNegNum => GetResourceString("ArgumentOutOfRange_NeedNonNegNum", @"Non-negative number required.");
/// <summary>Content was not included in the message (detached message), provide a content to verify.</summary>
internal static string @ContentWasDetached => GetResourceString("ContentWasDetached", @"Content was not included in the message (detached message), provide a content to verify.");
/// <summary>Content was included in the message (embedded message) and yet another content was provided for verification.</summary>
internal static string @ContentWasEmbedded => GetResourceString("ContentWasEmbedded", @"Content was included in the message (embedded message) and yet another content was provided for verification.");
/// <summary>Not a valid CBOR-encoded value on CoseHeaderValue on header '{0}', see inner exception for details.</summary>
internal static string @CoseHeaderMapArgumentCoseHeaderValueIncorrect => GetResourceString("CoseHeaderMapArgumentCoseHeaderValueIncorrect", @"Not a valid CBOR-encoded value on CoseHeaderValue on header '{0}', see inner exception for details.");
/// <summary>Not a valid CBOR-encoded value, it must be a single value with no trailing data.</summary>
internal static string @CoseHeaderMapCborEncodedValueNotValid => GetResourceString("CoseHeaderMapCborEncodedValueNotValid", @"Not a valid CBOR-encoded value, it must be a single value with no trailing data.");
/// <summary>Decoded map is read only, headers cannot be added nor deleted.</summary>
internal static string @CoseHeaderMapDecodedMapIsReadOnlyCannotSetValue => GetResourceString("CoseHeaderMapDecodedMapIsReadOnlyCannotSetValue", @"Decoded map is read only, headers cannot be added nor deleted.");
/// <summary>Header '{0}' does not accept the specified value.</summary>
internal static string @CoseHeaderMapHeaderDoesNotAcceptSpecifiedValue => GetResourceString("CoseHeaderMapHeaderDoesNotAcceptSpecifiedValue", @"Header '{0}' does not accept the specified value.");
/// <summary>Error while decoding CBOR-encoded value, see inner exception for details.</summary>
internal static string @CoseHeaderValueErrorWhileDecoding => GetResourceString("CoseHeaderValueErrorWhileDecoding", @"Error while decoding CBOR-encoded value, see inner exception for details.");
/// <summary>RSA key needs a signature padding.</summary>
internal static string @CoseSignerRSAKeyNeedsPadding => GetResourceString("CoseSignerRSAKeyNeedsPadding", @"RSA key needs a signature padding.");
/// <summary>Critical Header '{0}' missing from protected map.</summary>
internal static string @CriticalHeaderMissing => GetResourceString("CriticalHeaderMissing", @"Critical Header '{0}' missing from protected map.");
/// <summary>Label in Critical Headers array was incorrect.</summary>
internal static string @CriticalHeadersLabelWasIncorrect => GetResourceString("CriticalHeadersLabelWasIncorrect", @"Label in Critical Headers array was incorrect.");
/// <summary>Critical Headers must be a CBOR array of at least one element.</summary>
internal static string @CriticalHeadersMustBeArrayOfAtLeastOne => GetResourceString("CriticalHeadersMustBeArrayOfAtLeastOne", @"Critical Headers must be a CBOR array of at least one element.");
/// <summary>The hash algorithm name cannot be null or empty.</summary>
internal static string @Cryptography_HashAlgorithmNameNullOrEmpty => GetResourceString("Cryptography_HashAlgorithmNameNullOrEmpty", @"The hash algorithm name cannot be null or empty.");
/// <summary>COSE Signature must be an array of three elements.</summary>
internal static string @DecodeCoseSignatureMustBeArrayOfThree => GetResourceString("DecodeCoseSignatureMustBeArrayOfThree", @"COSE Signature must be an array of three elements.");
/// <summary>Error while decoding COSE message. {0}</summary>
internal static string @DecodeErrorWhileDecoding => GetResourceString("DecodeErrorWhileDecoding", @"Error while decoding COSE message. {0}");
/// <summary>Error while decoding COSE message. See the inner exception for details.</summary>
internal static string @DecodeErrorWhileDecodingSeeInnerEx => GetResourceString("DecodeErrorWhileDecodingSeeInnerEx", @"Error while decoding COSE message. See the inner exception for details.");
/// <summary>CBOR payload contained trailing data after message was complete.</summary>
internal static string @DecodeMessageContainedTrailingData => GetResourceString("DecodeMessageContainedTrailingData", @"CBOR payload contained trailing data after message was complete.");
/// <summary>COSE_Sign must be an array of four elements.</summary>
internal static string @DecodeMultiSignArrayLengthMustBeFour => GetResourceString("DecodeMultiSignArrayLengthMustBeFour", @"COSE_Sign must be an array of four elements.");
/// <summary>Incorrect tag. Expected Sign(98) or Untagged, Actual '{0}'.</summary>
internal static string @DecodeMultiSignIncorrectTag => GetResourceString("DecodeMultiSignIncorrectTag", @"Incorrect tag. Expected Sign(98) or Untagged, Actual '{0}'.");
/// <summary>COSE_Sign1 must be an array of four elements.</summary>
internal static string @DecodeSign1ArrayLengthMustBeFour => GetResourceString("DecodeSign1ArrayLengthMustBeFour", @"COSE_Sign1 must be an array of four elements.");
/// <summary>Protected map was incorrect.</summary>
internal static string @DecodeSign1EncodedProtectedMapIncorrect => GetResourceString("DecodeSign1EncodedProtectedMapIncorrect", @"Protected map was incorrect.");
/// <summary>Incorrect tag. Expected Sign1(18) or Untagged, Actual '{0}'.</summary>
internal static string @DecodeSign1IncorrectTag => GetResourceString("DecodeSign1IncorrectTag", @"Incorrect tag. Expected Sign1(18) or Untagged, Actual '{0}'.");
/// <summary>Map label was incorrect.</summary>
internal static string @DecodeSign1MapLabelWasIncorrect => GetResourceString("DecodeSign1MapLabelWasIncorrect", @"Map label was incorrect.");
/// <summary>Payload was incorrect.</summary>
internal static string @DecodeSign1PayloadWasIncorrect => GetResourceString("DecodeSign1PayloadWasIncorrect", @"Payload was incorrect.");
/// <summary>COSE Sign message must carry at least one signature.</summary>
internal static string @MultiSignMessageMustCarryAtLeastOneSignature => GetResourceString("MultiSignMessageMustCarryAtLeastOneSignature", @"COSE Sign message must carry at least one signature.");
/// <summary>COSE algorithm '{0}' doesn't match with the supported algorithms of '{1}'.</summary>
internal static string @Sign1AlgDoesNotMatchWithTheOnesSupportedByTypeOfKey => GetResourceString("Sign1AlgDoesNotMatchWithTheOnesSupportedByTypeOfKey", @"COSE algorithm '{0}' doesn't match with the supported algorithms of '{1}'.");
/// <summary>Stream was not readable.</summary>
internal static string @Sign1ArgumentStreamNotReadable => GetResourceString("Sign1ArgumentStreamNotReadable", @"Stream was not readable.");
/// <summary>Stream does not support seeking.</summary>
internal static string @Sign1ArgumentStreamNotSeekable => GetResourceString("Sign1ArgumentStreamNotSeekable", @"Stream does not support seeking.");
/// <summary>If specified, Algorithm (alg) must be a protected header.</summary>
internal static string @Sign1SignAlgMustBeProtected => GetResourceString("Sign1SignAlgMustBeProtected", @"If specified, Algorithm (alg) must be a protected header.");
/// <summary>COSE Algorithm '{0}' doesn't match with the specified Key '{1}' and Hash Algorithm '{2}'.</summary>
internal static string @Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyAndHashAlgorithm => GetResourceString("Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyAndHashAlgorithm", @"COSE Algorithm '{0}' doesn't match with the specified Key '{1}' and Hash Algorithm '{2}'.");
/// <summary>COSE Algorithm '{0}' doesn't match with the specified Key '{1}', Hash Algorithm '{2}', and Signature Padding {3}.</summary>
internal static string @Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyHashAlgorithmAndPadding => GetResourceString("Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyHashAlgorithmAndPadding", @"COSE Algorithm '{0}' doesn't match with the specified Key '{1}', Hash Algorithm '{2}', and Signature Padding {3}.");
/// <summary>Protected and Unprotected buckets must not contain duplicate labels.</summary>
internal static string @Sign1SignHeaderDuplicateLabels => GetResourceString("Sign1SignHeaderDuplicateLabels", @"Protected and Unprotected buckets must not contain duplicate labels.");
/// <summary>Unsupported hash algorithm '{0}'.</summary>
internal static string @Sign1SignUnsupportedHashAlgorithm => GetResourceString("Sign1SignUnsupportedHashAlgorithm", @"Unsupported hash algorithm '{0}'.");
/// <summary>COSE algorithm '{0}' is unknown.</summary>
internal static string @Sign1UnknownCoseAlgorithm => GetResourceString("Sign1UnknownCoseAlgorithm", @"COSE algorithm '{0}' is unknown.");
/// <summary>Unsupported key '{0}'.</summary>
internal static string @Sign1UnsupportedKey => GetResourceString("Sign1UnsupportedKey", @"Unsupported key '{0}'.");
/// <summary>Algorithm header CBOR type was incorrect, expected int or tstr.</summary>
internal static string @Sign1VerifyAlgHeaderWasIncorrect => GetResourceString("Sign1VerifyAlgHeaderWasIncorrect", @"Algorithm header CBOR type was incorrect, expected int or tstr.");
/// <summary>Algorithm (alg) header is required and it must be a protected header.</summary>
internal static string @Sign1VerifyAlgIsRequired => GetResourceString("Sign1VerifyAlgIsRequired", @"Algorithm (alg) header is required and it must be a protected header.");
}
}
|