40 references to GetResourceString
System.Security.Cryptography.Cose (40)
artifacts\obj\System.Security.Cryptography.Cose\Debug\net11.0\System.SR.cs (40)
16internal static string @Argument_DestinationTooSmall => GetResourceString("Argument_DestinationTooSmall", @"The destination is too small to hold the value."); 18internal static string @Argument_EncodeDestinationTooSmall => GetResourceString("Argument_EncodeDestinationTooSmall", @"The destination is too small to hold the encoded value."); 20internal 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."); 22internal static string @ArgumentOutOfRange_NeedNonNegNum => GetResourceString("ArgumentOutOfRange_NeedNonNegNum", @"Non-negative number required."); 24internal static string @ContentWasDetached => GetResourceString("ContentWasDetached", @"Content was not included in the message (detached message), provide a content to verify."); 26internal static string @ContentWasEmbedded => GetResourceString("ContentWasEmbedded", @"Content was included in the message (embedded message) and yet another content was provided for verification."); 28internal static string @CoseHeaderMapArgumentCoseHeaderValueIncorrect => GetResourceString("CoseHeaderMapArgumentCoseHeaderValueIncorrect", @"Not a valid CBOR-encoded value on CoseHeaderValue on header '{0}', see inner exception for details."); 30internal static string @CoseHeaderMapCborEncodedValueNotValid => GetResourceString("CoseHeaderMapCborEncodedValueNotValid", @"Not a valid CBOR-encoded value, it must be a single value with no trailing data."); 32internal static string @CoseHeaderMapDecodedMapIsReadOnlyCannotSetValue => GetResourceString("CoseHeaderMapDecodedMapIsReadOnlyCannotSetValue", @"Decoded map is read only, headers cannot be added nor deleted."); 34internal static string @CoseHeaderMapHeaderDoesNotAcceptSpecifiedValue => GetResourceString("CoseHeaderMapHeaderDoesNotAcceptSpecifiedValue", @"Header '{0}' does not accept the specified value."); 36internal static string @CoseHeaderValueErrorWhileDecoding => GetResourceString("CoseHeaderValueErrorWhileDecoding", @"Error while decoding CBOR-encoded value, see inner exception for details."); 38internal static string @CoseSignerRSAKeyNeedsPadding => GetResourceString("CoseSignerRSAKeyNeedsPadding", @"RSA key needs a signature padding."); 40internal static string @CriticalHeaderMissing => GetResourceString("CriticalHeaderMissing", @"Critical Header '{0}' missing from protected map."); 42internal static string @CriticalHeadersLabelWasIncorrect => GetResourceString("CriticalHeadersLabelWasIncorrect", @"Label in Critical Headers array was incorrect."); 44internal static string @CriticalHeadersMustBeArrayOfAtLeastOne => GetResourceString("CriticalHeadersMustBeArrayOfAtLeastOne", @"Critical Headers must be a CBOR array of at least one element."); 46internal static string @Cryptography_HashAlgorithmNameNullOrEmpty => GetResourceString("Cryptography_HashAlgorithmNameNullOrEmpty", @"The hash algorithm name cannot be null or empty."); 48internal static string @DecodeCoseSignatureMustBeArrayOfThree => GetResourceString("DecodeCoseSignatureMustBeArrayOfThree", @"COSE Signature must be an array of three elements."); 50internal static string @DecodeErrorWhileDecoding => GetResourceString("DecodeErrorWhileDecoding", @"Error while decoding COSE message. {0}"); 52internal static string @DecodeErrorWhileDecodingSeeInnerEx => GetResourceString("DecodeErrorWhileDecodingSeeInnerEx", @"Error while decoding COSE message. See the inner exception for details."); 54internal static string @DecodeMessageContainedTrailingData => GetResourceString("DecodeMessageContainedTrailingData", @"CBOR payload contained trailing data after message was complete."); 56internal static string @DecodeMultiSignArrayLengthMustBeFour => GetResourceString("DecodeMultiSignArrayLengthMustBeFour", @"COSE_Sign must be an array of four elements."); 58internal static string @DecodeMultiSignIncorrectTag => GetResourceString("DecodeMultiSignIncorrectTag", @"Incorrect tag. Expected Sign(98) or Untagged, Actual '{0}'."); 60internal static string @DecodeSign1ArrayLengthMustBeFour => GetResourceString("DecodeSign1ArrayLengthMustBeFour", @"COSE_Sign1 must be an array of four elements."); 62internal static string @DecodeSign1EncodedProtectedMapIncorrect => GetResourceString("DecodeSign1EncodedProtectedMapIncorrect", @"Protected map was incorrect."); 64internal static string @DecodeSign1IncorrectTag => GetResourceString("DecodeSign1IncorrectTag", @"Incorrect tag. Expected Sign1(18) or Untagged, Actual '{0}'."); 66internal static string @DecodeSign1MapLabelWasIncorrect => GetResourceString("DecodeSign1MapLabelWasIncorrect", @"Map label was incorrect."); 68internal static string @DecodeSign1PayloadWasIncorrect => GetResourceString("DecodeSign1PayloadWasIncorrect", @"Payload was incorrect."); 70internal static string @MultiSignMessageMustCarryAtLeastOneSignature => GetResourceString("MultiSignMessageMustCarryAtLeastOneSignature", @"COSE Sign message must carry at least one signature."); 72internal static string @Sign1AlgDoesNotMatchWithTheOnesSupportedByTypeOfKey => GetResourceString("Sign1AlgDoesNotMatchWithTheOnesSupportedByTypeOfKey", @"COSE algorithm '{0}' doesn't match with the supported algorithms of '{1}'."); 74internal static string @Sign1ArgumentStreamNotReadable => GetResourceString("Sign1ArgumentStreamNotReadable", @"Stream was not readable."); 76internal static string @Sign1ArgumentStreamNotSeekable => GetResourceString("Sign1ArgumentStreamNotSeekable", @"Stream does not support seeking."); 78internal static string @Sign1SignAlgMustBeProtected => GetResourceString("Sign1SignAlgMustBeProtected", @"If specified, Algorithm (alg) must be a protected header."); 80internal static string @Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyAndHashAlgorithm => GetResourceString("Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyAndHashAlgorithm", @"COSE Algorithm '{0}' doesn't match with the specified Key '{1}' and Hash Algorithm '{2}'."); 82internal static string @Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyHashAlgorithmAndPadding => GetResourceString("Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyHashAlgorithmAndPadding", @"COSE Algorithm '{0}' doesn't match with the specified Key '{1}', Hash Algorithm '{2}', and Signature Padding {3}."); 84internal static string @Sign1SignHeaderDuplicateLabels => GetResourceString("Sign1SignHeaderDuplicateLabels", @"Protected and Unprotected buckets must not contain duplicate labels."); 86internal static string @Sign1SignUnsupportedHashAlgorithm => GetResourceString("Sign1SignUnsupportedHashAlgorithm", @"Unsupported hash algorithm '{0}'."); 88internal static string @Sign1UnknownCoseAlgorithm => GetResourceString("Sign1UnknownCoseAlgorithm", @"COSE algorithm '{0}' is unknown."); 90internal static string @Sign1UnsupportedKey => GetResourceString("Sign1UnsupportedKey", @"Unsupported key '{0}'."); 92internal static string @Sign1VerifyAlgHeaderWasIncorrect => GetResourceString("Sign1VerifyAlgHeaderWasIncorrect", @"Algorithm header CBOR type was incorrect, expected int or tstr."); 94internal static string @Sign1VerifyAlgIsRequired => GetResourceString("Sign1VerifyAlgIsRequired", @"Algorithm (alg) header is required and it must be a protected header.");