Add migrated to .NET 8.0 variant of Hcs.Client

This commit is contained in:
2025-09-26 19:48:32 +09:00
parent da127df8f6
commit 6cd2fb82e9
503 changed files with 223796 additions and 0 deletions

View File

@ -0,0 +1,864 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GostCryptography.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GostCryptography.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cryptographic service provider (CSP) could not be found for this algorithm..
/// </summary>
internal static string AlgorithmNotAvailable {
get {
return ResourceManager.GetString("AlgorithmNotAvailable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 element &apos;{0}&apos; with value &apos;{1}&apos; violates defined constraint..
/// </summary>
internal static string Asn1ConsVioException {
get {
return ResourceManager.GetString("Asn1ConsVioException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 encoded byte array contains algorithm identifier with unknown OID &apos;{0}&apos;..
/// </summary>
internal static string Asn1DecodeAlg {
get {
return ResourceManager.GetString("Asn1DecodeAlg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 encoded byte array does not contains algorithm parameters..
/// </summary>
internal static string Asn1DecodeAlgorithmParameters {
get {
return ResourceManager.GetString("Asn1DecodeAlgorithmParameters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 encoded byte array contains invalid structure &apos;{0}&apos;..
/// </summary>
internal static string Asn1DecodeError {
get {
return ResourceManager.GetString("Asn1DecodeError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 encode &apos;{0}&apos; error..
/// </summary>
internal static string Asn1EncodeError {
get {
return ResourceManager.GetString("Asn1EncodeError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 encode &apos;{0}&apos; error. Source value: &apos;{1}&apos;..
/// </summary>
internal static string Asn1EncodeErrorWithValue {
get {
return ResourceManager.GetString("Asn1EncodeErrorWithValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 decode error. Unexpected end-of-buffer encountered. Offset {0}..
/// </summary>
internal static string Asn1EndOfBufferException {
get {
return ResourceManager.GetString("Asn1EndOfBufferException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 fraction doesn&apos;t supported for UTCTime..
/// </summary>
internal static string Asn1FractionNotSupportedForUtcTime {
get {
return ResourceManager.GetString("Asn1FractionNotSupportedForUtcTime", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 hours expected..
/// </summary>
internal static string Asn1HoursExpected {
get {
return ResourceManager.GetString("Asn1HoursExpected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 illegal character &apos;{0}&apos;..
/// </summary>
internal static string Asn1IllegalCharacter {
get {
return ResourceManager.GetString("Asn1IllegalCharacter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 illegal digit in BigInteger..
/// </summary>
internal static string Asn1IllegalDigit {
get {
return ResourceManager.GetString("Asn1IllegalDigit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 illegal embedded minus sign in BigInteger..
/// </summary>
internal static string Asn1IllegalEmbeddedMinusSign {
get {
return ResourceManager.GetString("Asn1IllegalEmbeddedMinusSign", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 integer value is too large..
/// </summary>
internal static string Asn1IntegerValueIsTooLarge {
get {
return ResourceManager.GetString("Asn1IntegerValueIsTooLarge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid century value: {0}..
/// </summary>
internal static string Asn1InvalidCenturyValue {
get {
return ResourceManager.GetString("Asn1InvalidCenturyValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 Object assigned to value not in CHOICE..
/// </summary>
internal static string Asn1InvalidChoiceOptionException {
get {
return ResourceManager.GetString("Asn1InvalidChoiceOptionException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 decode error. Element with tag &apos;{0}&apos; not in CHOICE. Offset: {1}..
/// </summary>
internal static string Asn1InvalidChoiceOptionTagException {
get {
return ResourceManager.GetString("Asn1InvalidChoiceOptionTagException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid date format..
/// </summary>
internal static string Asn1InvalidDateFormat {
get {
return ResourceManager.GetString("Asn1InvalidDateFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid day value: {0}..
/// </summary>
internal static string Asn1InvalidDayValue {
get {
return ResourceManager.GetString("Asn1InvalidDayValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid day value: {0} for month {1} and year {2}..
/// </summary>
internal static string Asn1InvalidDayValueForMonthAndYear {
get {
return ResourceManager.GetString("Asn1InvalidDayValueForMonthAndYear", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid decimal mark..
/// </summary>
internal static string Asn1InvalidDecimalMark {
get {
return ResourceManager.GetString("Asn1InvalidDecimalMark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid DiffHour..
/// </summary>
internal static string Asn1InvalidDiffHour {
get {
return ResourceManager.GetString("Asn1InvalidDiffHour", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid DiffHour value: {0}..
/// </summary>
internal static string Asn1InvalidDiffHourValue {
get {
return ResourceManager.GetString("Asn1InvalidDiffHourValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid DiffMinute..
/// </summary>
internal static string Asn1InvalidDiffMinute {
get {
return ResourceManager.GetString("Asn1InvalidDiffMinute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid DiffMinute value: {0}..
/// </summary>
internal static string Asn1InvalidDiffMinuteValue {
get {
return ResourceManager.GetString("Asn1InvalidDiffMinuteValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 encoded data length must be a multiple of four..
/// </summary>
internal static string Asn1InvalidEncodedDataLength {
get {
return ResourceManager.GetString("Asn1InvalidEncodedDataLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid format for BigInteger value..
/// </summary>
internal static string Asn1InvalidFormatForBigIntegerValue {
get {
return ResourceManager.GetString("Asn1InvalidFormatForBigIntegerValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid format of bit string: initial octet is invalid ({0})..
/// </summary>
internal static string Asn1InvalidFormatOfBitString {
get {
return ResourceManager.GetString("Asn1InvalidFormatOfBitString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 decode error. ASN.1 invalid format of constructed value. Offset: {0}..
/// </summary>
internal static string Asn1InvalidFormatOfConstructedValue {
get {
return ResourceManager.GetString("Asn1InvalidFormatOfConstructedValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid hour value: {0}..
/// </summary>
internal static string Asn1InvalidHourValue {
get {
return ResourceManager.GetString("Asn1InvalidHourValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 decode error: Invalid length value..
/// </summary>
internal static string Asn1InvalidLengthException {
get {
return ResourceManager.GetString("Asn1InvalidLengthException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid minute value: {0}..
/// </summary>
internal static string Asn1InvalidMinuteValue {
get {
return ResourceManager.GetString("Asn1InvalidMinuteValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid month value: {0}..
/// </summary>
internal static string Asn1InvalidMonthValue {
get {
return ResourceManager.GetString("Asn1InvalidMonthValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid month value: {0} for day {1} and year {2}..
/// </summary>
internal static string Asn1InvalidMonthValueForDayAndYear {
get {
return ResourceManager.GetString("Asn1InvalidMonthValueForDayAndYear", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid number format..
/// </summary>
internal static string Asn1InvalidNumberFormat {
get {
return ResourceManager.GetString("Asn1InvalidNumberFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid object identifier value..
/// </summary>
internal static string Asn1InvalidObjectIdException {
get {
return ResourceManager.GetString("Asn1InvalidObjectIdException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid second value: {0}..
/// </summary>
internal static string Asn1InvalidSecondValue {
get {
return ResourceManager.GetString("Asn1InvalidSecondValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid tag value: too big..
/// </summary>
internal static string Asn1InvalidTagValue {
get {
return ResourceManager.GetString("Asn1InvalidTagValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid year value: {0}..
/// </summary>
internal static string Asn1InvalidYearValue {
get {
return ResourceManager.GetString("Asn1InvalidYearValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid year value: {0} for day {1} and month {2}..
/// </summary>
internal static string Asn1InvalidYearValueForDayAndMonth {
get {
return ResourceManager.GetString("Asn1InvalidYearValueForDayAndMonth", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 minutes expected..
/// </summary>
internal static string Asn1MinutesExpected {
get {
return ResourceManager.GetString("Asn1MinutesExpected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 decode error. SEQUENCE or SET is missing a required element. Offset: {0}..
/// </summary>
internal static string Asn1MissingRequiredException {
get {
return ResourceManager.GetString("Asn1MissingRequiredException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 read output stream not supported..
/// </summary>
internal static string Asn1ReadOutputStreamNotSupported {
get {
return ResourceManager.GetString("Asn1ReadOutputStreamNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 elements in SEQUENCE not in correct order..
/// </summary>
internal static string Asn1SeqOrderException {
get {
return ResourceManager.GetString("Asn1SeqOrderException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 table constraint: parameters decode failed..
/// </summary>
internal static string Asn1TableConstraint {
get {
return ResourceManager.GetString("Asn1TableConstraint", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 decode error. Tag match failed: expected &apos;{0}&apos;, parsed &apos;{1}&apos;. Offset {2}..
/// </summary>
internal static string Asn1TagMatchFailedException {
get {
return ResourceManager.GetString("Asn1TagMatchFailedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 time string could not be generated..
/// </summary>
internal static string Asn1TimeStringCouldNotBeGenerated {
get {
return ResourceManager.GetString("Asn1TimeStringCouldNotBeGenerated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 too big integer value (length is {0})..
/// </summary>
internal static string Asn1TooBigIntegerValue {
get {
return ResourceManager.GetString("Asn1TooBigIntegerValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 unexpected &apos;.&apos; or &apos;,&apos;..
/// </summary>
internal static string Asn1UnexpectedSymbol {
get {
return ResourceManager.GetString("Asn1UnexpectedSymbol", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 unexpected values at end of string..
/// </summary>
internal static string Asn1UnexpectedValuesAtEndOfString {
get {
return ResourceManager.GetString("Asn1UnexpectedValuesAtEndOfString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 unexpected zone offset in DER/CER/PER time string..
/// </summary>
internal static string Asn1UnexpectedZoneOffset {
get {
return ResourceManager.GetString("Asn1UnexpectedZoneOffset", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 value parse failed. String: &apos;{0}&apos;. Offset: {1}..
/// </summary>
internal static string Asn1ValueParseException {
get {
return ResourceManager.GetString("Asn1ValueParseException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 zero length BigInteger..
/// </summary>
internal static string Asn1ZeroLengthBigInteger {
get {
return ResourceManager.GetString("Asn1ZeroLengthBigInteger", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cipher Text Steaming mode (CTS) is not supported by this implementation..
/// </summary>
internal static string CipherTextSteamingNotSupported {
get {
return ResourceManager.GetString("CipherTextSteamingNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Length of the data to decrypt is invalid..
/// </summary>
internal static string DecryptInvalidDataSize {
get {
return ResourceManager.GetString("DecryptInvalidDataSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Length of the data to encrypt is invalid..
/// </summary>
internal static string EncryptInvalidDataSize {
get {
return ResourceManager.GetString("EncryptInvalidDataSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cryptography operation is not supported on ephemeral key..
/// </summary>
internal static string EphemKeyOperationNotSupported {
get {
return ResourceManager.GetString("EphemKeyOperationNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk session key import from CSP is not supported. Use safe method CreateDecryptor() with DecodePrivateKey()..
/// </summary>
internal static string Gost28147UnsafeCreateDecryptorNotSupported {
get {
return ResourceManager.GetString("Gost28147UnsafeCreateDecryptorNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk session key import from CSP is not supported. Use safe method CreateEncryptor() with EncodePrivateKey()..
/// </summary>
internal static string Gost28147UnsafeCreateEncryptor {
get {
return ResourceManager.GetString("Gost28147UnsafeCreateEncryptor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Feedback size for the cipher feedback mode (CFB) must be 8 bits..
/// </summary>
internal static string IncorrectFeedbackSize {
get {
return ResourceManager.GetString("IncorrectFeedbackSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Value of CspProviderFlags is invalid..
/// </summary>
internal static string InvalidCspProviderFlags {
get {
return ResourceManager.GetString("InvalidCspProviderFlags", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 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 InvalidDataOffset {
get {
return ResourceManager.GetString("InvalidDataOffset", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASN.1 invalid Diff value: {0}..
/// </summary>
internal static string InvalidDiffValue {
get {
return ResourceManager.GetString("InvalidDiffValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input string does not contain a valid encoding of the &apos;{0}&apos; parameter..
/// </summary>
internal static string InvalidFromXmlString {
get {
return ResourceManager.GetString("InvalidFromXmlString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid hash algorithm..
/// </summary>
internal static string InvalidHashAlgorithm {
get {
return ResourceManager.GetString("InvalidHashAlgorithm", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hash size must be {0} bytes..
/// </summary>
internal static string InvalidHashSize {
get {
return ResourceManager.GetString("InvalidHashSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specified initialization vector (IV) does not match the block size for this algorithm..
/// </summary>
internal static string InvalidIvSize {
get {
return ResourceManager.GetString("InvalidIvSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specified padding mode is not valid for this algorithm..
/// </summary>
internal static string InvalidPaddingMode {
get {
return ResourceManager.GetString("InvalidPaddingMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CSP return invalid string..
/// </summary>
internal static string InvalidString {
get {
return ResourceManager.GetString("InvalidString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified cryptographic service provider (CSP) does not support this key algorithm..
/// </summary>
internal static string KeyAlgorithmNotSupported {
get {
return ResourceManager.GetString("KeyAlgorithmNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Object contains only the public half of a key pair. A private key must also be provided..
/// </summary>
internal static string NoPrivateKey {
get {
return ResourceManager.GetString("NoPrivateKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to GOST R 34.10-2001 Cryptographic Service Provider is not installed..
/// </summary>
internal static string Provider_2001_IsNotInstalled {
get {
return ResourceManager.GetString("Provider_2001_IsNotInstalled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to GOST R 34.10-2012/1024 Cryptographic Service Provider is not installed..
/// </summary>
internal static string Provider_2012_1024_IsNotInstalled {
get {
return ResourceManager.GetString("Provider_2012_1024_IsNotInstalled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to GOST R 34.10-2012/512 Cryptographic Service Provider is not installed..
/// </summary>
internal static string Provider_2012_512_IsNotInstalled {
get {
return ResourceManager.GetString("Provider_2012_512_IsNotInstalled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Required GOST 28147 key handle..
/// </summary>
internal static string RequiredGost28147 {
get {
return ResourceManager.GetString("RequiredGost28147", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to GOST R 34.10 requires GOST R 34.11 hash..
/// </summary>
internal static string RequiredGost3411 {
get {
return ResourceManager.GetString("RequiredGost3411", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hash algorithm must be GOST R 34.11, GOST R 34.11 HMAC or GOST R 34.11 Imit..
/// </summary>
internal static string RequiredGostHash {
get {
return ResourceManager.GetString("RequiredGostHash", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Parameter must support GOST R 34.10 algorithm..
/// </summary>
internal static string ShouldSupportGost3410 {
get {
return ResourceManager.GetString("ShouldSupportGost3410", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk session key export from CSP is not supported..
/// </summary>
internal static string SymmetryExportBulkKeyNotSupported {
get {
return ResourceManager.GetString("SymmetryExportBulkKeyNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk session key import from CSP is not supported..
/// </summary>
internal static string SymmetryImportBulkKeyNotSupported {
get {
return ResourceManager.GetString("SymmetryImportBulkKeyNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk private key blob export is not supported..
/// </summary>
internal static string UserExportBulkBlob {
get {
return ResourceManager.GetString("UserExportBulkBlob", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk user key export from CSP is not supported..
/// </summary>
internal static string UserExportBulkKeyNotSupported {
get {
return ResourceManager.GetString("UserExportBulkKeyNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk private key blob import is not supported..
/// </summary>
internal static string UserImportBulkBlob {
get {
return ResourceManager.GetString("UserImportBulkBlob", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bulk user key import to CSP is not supported..
/// </summary>
internal static string UserImportBulkKeyNotSupported {
get {
return ResourceManager.GetString("UserImportBulkKeyNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The current session is not interactive..
/// </summary>
internal static string UserInteractiveNotSupported {
get {
return ResourceManager.GetString("UserInteractiveNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find private member &apos;{0}&apos;..
/// </summary>
internal static string XmlCannotFindPrivateMember {
get {
return ResourceManager.GetString("XmlCannotFindPrivateMember", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A KeyInfo element is required to check the signature..
/// </summary>
internal static string XmlKeyInfoRequired {
get {
return ResourceManager.GetString("XmlKeyInfoRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Symmetric algorithm is not specified..
/// </summary>
internal static string XmlMissingAlgorithm {
get {
return ResourceManager.GetString("XmlMissingAlgorithm", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to retrieve the decryption key..
/// </summary>
internal static string XmlMissingDecryptionKey {
get {
return ResourceManager.GetString("XmlMissingDecryptionKey", resourceCulture);
}
}
}
}

View File

@ -0,0 +1,387 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="InvalidCspProviderFlags" xml:space="preserve">
<value>Value of CspProviderFlags is invalid.</value>
</data>
<data name="InvalidDataOffset" xml:space="preserve">
<value>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.</value>
</data>
<data name="Asn1DecodeError" xml:space="preserve">
<value>ASN.1 encoded byte array contains invalid structure '{0}'.</value>
</data>
<data name="Asn1DecodeAlg" xml:space="preserve">
<value>ASN.1 encoded byte array contains algorithm identifier with unknown OID '{0}'.</value>
</data>
<data name="Asn1DecodeAlgorithmParameters" xml:space="preserve">
<value>ASN.1 encoded byte array does not contains algorithm parameters.</value>
</data>
<data name="Asn1EncodeError" xml:space="preserve">
<value>ASN.1 encode '{0}' error.</value>
</data>
<data name="Asn1EncodeErrorWithValue" xml:space="preserve">
<value>ASN.1 encode '{0}' error. Source value: '{1}'.</value>
</data>
<data name="ShouldSupportGost3410" xml:space="preserve">
<value>Parameter must support GOST R 34.10 algorithm.</value>
</data>
<data name="AlgorithmNotAvailable" xml:space="preserve">
<value>Cryptographic service provider (CSP) could not be found for this algorithm.</value>
</data>
<data name="IncorrectFeedbackSize" xml:space="preserve">
<value>Feedback size for the cipher feedback mode (CFB) must be 8 bits.</value>
</data>
<data name="CipherTextSteamingNotSupported" xml:space="preserve">
<value>Cipher Text Steaming mode (CTS) is not supported by this implementation.</value>
</data>
<data name="RequiredGost28147" xml:space="preserve">
<value>Required GOST 28147 key handle.</value>
</data>
<data name="InvalidString" xml:space="preserve">
<value>CSP return invalid string.</value>
</data>
<data name="NoPrivateKey" xml:space="preserve">
<value>Object contains only the public half of a key pair. A private key must also be provided.</value>
</data>
<data name="KeyAlgorithmNotSupported" xml:space="preserve">
<value>The specified cryptographic service provider (CSP) does not support this key algorithm.</value>
</data>
<data name="EphemKeyOperationNotSupported" xml:space="preserve">
<value>Cryptography operation is not supported on ephemeral key.</value>
</data>
<data name="RequiredGost3411" xml:space="preserve">
<value>GOST R 34.10 requires GOST R 34.11 hash.</value>
</data>
<data name="RequiredGostHash" xml:space="preserve">
<value>Hash algorithm must be GOST R 34.11, GOST R 34.11 HMAC or GOST R 34.11 Imit.</value>
</data>
<data name="InvalidFromXmlString" xml:space="preserve">
<value>Input string does not contain a valid encoding of the '{0}' parameter.</value>
</data>
<data name="InvalidHashSize" xml:space="preserve">
<value>Hash size must be {0} bytes.</value>
</data>
<data name="InvalidIvSize" xml:space="preserve">
<value>Specified initialization vector (IV) does not match the block size for this algorithm.</value>
</data>
<data name="InvalidPaddingMode" xml:space="preserve">
<value>Specified padding mode is not valid for this algorithm.</value>
</data>
<data name="UserInteractiveNotSupported" xml:space="preserve">
<value>The current session is not interactive.</value>
</data>
<data name="DecryptInvalidDataSize" xml:space="preserve">
<value>Length of the data to decrypt is invalid.</value>
</data>
<data name="EncryptInvalidDataSize" xml:space="preserve">
<value>Length of the data to encrypt is invalid.</value>
</data>
<data name="SymmetryExportBulkKeyNotSupported" xml:space="preserve">
<value>Bulk session key export from CSP is not supported.</value>
</data>
<data name="SymmetryImportBulkKeyNotSupported" xml:space="preserve">
<value>Bulk session key import from CSP is not supported.</value>
</data>
<data name="UserExportBulkBlob" xml:space="preserve">
<value>Bulk private key blob export is not supported.</value>
</data>
<data name="UserExportBulkKeyNotSupported" xml:space="preserve">
<value>Bulk user key export from CSP is not supported.</value>
</data>
<data name="UserImportBulkBlob" xml:space="preserve">
<value>Bulk private key blob import is not supported.</value>
</data>
<data name="UserImportBulkKeyNotSupported" xml:space="preserve">
<value>Bulk user key import to CSP is not supported.</value>
</data>
<data name="XmlMissingDecryptionKey" xml:space="preserve">
<value>Unable to retrieve the decryption key.</value>
</data>
<data name="Gost28147UnsafeCreateDecryptorNotSupported" xml:space="preserve">
<value>Bulk session key import from CSP is not supported. Use safe method CreateDecryptor() with DecodePrivateKey().</value>
</data>
<data name="Gost28147UnsafeCreateEncryptor" xml:space="preserve">
<value>Bulk session key import from CSP is not supported. Use safe method CreateEncryptor() with EncodePrivateKey().</value>
</data>
<data name="InvalidHashAlgorithm" xml:space="preserve">
<value>Invalid hash algorithm.</value>
</data>
<data name="Asn1IllegalCharacter" xml:space="preserve">
<value>ASN.1 illegal character '{0}'.</value>
</data>
<data name="Asn1InvalidDateFormat" xml:space="preserve">
<value>ASN.1 invalid date format.</value>
</data>
<data name="Asn1InvalidEncodedDataLength" xml:space="preserve">
<value>ASN.1 encoded data length must be a multiple of four.</value>
</data>
<data name="Asn1InvalidNumberFormat" xml:space="preserve">
<value>ASN.1 invalid number format.</value>
</data>
<data name="Asn1EndOfBufferException" xml:space="preserve">
<value>ASN.1 decode error. Unexpected end-of-buffer encountered. Offset {0}.</value>
</data>
<data name="Asn1InvalidLengthException" xml:space="preserve">
<value>ASN.1 decode error: Invalid length value.</value>
</data>
<data name="Asn1ConsVioException" xml:space="preserve">
<value>ASN.1 element '{0}' with value '{1}' violates defined constraint.</value>
</data>
<data name="Asn1FractionNotSupportedForUtcTime" xml:space="preserve">
<value>ASN.1 fraction doesn't supported for UTCTime.</value>
</data>
<data name="Asn1HoursExpected" xml:space="preserve">
<value>ASN.1 hours expected.</value>
</data>
<data name="Asn1IntegerValueIsTooLarge" xml:space="preserve">
<value>ASN.1 integer value is too large.</value>
</data>
<data name="Asn1InvalidCenturyValue" xml:space="preserve">
<value>ASN.1 invalid century value: {0}.</value>
</data>
<data name="Asn1InvalidChoiceOptionException" xml:space="preserve">
<value>ASN.1 Object assigned to value not in CHOICE.</value>
</data>
<data name="Asn1InvalidChoiceOptionTagException" xml:space="preserve">
<value>ASN.1 decode error. Element with tag '{0}' not in CHOICE. Offset: {1}.</value>
</data>
<data name="Asn1InvalidDayValue" xml:space="preserve">
<value>ASN.1 invalid day value: {0}.</value>
</data>
<data name="Asn1InvalidDayValueForMonthAndYear" xml:space="preserve">
<value>ASN.1 invalid day value: {0} for month {1} and year {2}.</value>
</data>
<data name="Asn1InvalidDecimalMark" xml:space="preserve">
<value>ASN.1 invalid decimal mark.</value>
</data>
<data name="Asn1InvalidDiffHour" xml:space="preserve">
<value>ASN.1 invalid DiffHour.</value>
</data>
<data name="Asn1InvalidDiffHourValue" xml:space="preserve">
<value>ASN.1 invalid DiffHour value: {0}.</value>
</data>
<data name="Asn1InvalidDiffMinute" xml:space="preserve">
<value>ASN.1 invalid DiffMinute.</value>
</data>
<data name="Asn1InvalidDiffMinuteValue" xml:space="preserve">
<value>ASN.1 invalid DiffMinute value: {0}.</value>
</data>
<data name="Asn1InvalidFormatOfBitString" xml:space="preserve">
<value>ASN.1 invalid format of bit string: initial octet is invalid ({0}).</value>
</data>
<data name="Asn1InvalidFormatOfConstructedValue" xml:space="preserve">
<value>ASN.1 decode error. ASN.1 invalid format of constructed value. Offset: {0}.</value>
</data>
<data name="Asn1InvalidHourValue" xml:space="preserve">
<value>ASN.1 invalid hour value: {0}.</value>
</data>
<data name="Asn1InvalidMinuteValue" xml:space="preserve">
<value>ASN.1 invalid minute value: {0}.</value>
</data>
<data name="Asn1InvalidMonthValue" xml:space="preserve">
<value>ASN.1 invalid month value: {0}.</value>
</data>
<data name="Asn1InvalidMonthValueForDayAndYear" xml:space="preserve">
<value>ASN.1 invalid month value: {0} for day {1} and year {2}.</value>
</data>
<data name="Asn1InvalidObjectIdException" xml:space="preserve">
<value>ASN.1 invalid object identifier value.</value>
</data>
<data name="Asn1InvalidSecondValue" xml:space="preserve">
<value>ASN.1 invalid second value: {0}.</value>
</data>
<data name="Asn1InvalidTagValue" xml:space="preserve">
<value>ASN.1 invalid tag value: too big.</value>
</data>
<data name="Asn1InvalidYearValue" xml:space="preserve">
<value>ASN.1 invalid year value: {0}.</value>
</data>
<data name="Asn1InvalidYearValueForDayAndMonth" xml:space="preserve">
<value>ASN.1 invalid year value: {0} for day {1} and month {2}.</value>
</data>
<data name="Asn1MinutesExpected" xml:space="preserve">
<value>ASN.1 minutes expected.</value>
</data>
<data name="Asn1MissingRequiredException" xml:space="preserve">
<value>ASN.1 decode error. SEQUENCE or SET is missing a required element. Offset: {0}.</value>
</data>
<data name="Asn1SeqOrderException" xml:space="preserve">
<value>ASN.1 elements in SEQUENCE not in correct order.</value>
</data>
<data name="Asn1TableConstraint" xml:space="preserve">
<value>ASN.1 table constraint: parameters decode failed.</value>
</data>
<data name="Asn1TagMatchFailedException" xml:space="preserve">
<value>ASN.1 decode error. Tag match failed: expected '{0}', parsed '{1}'. Offset {2}.</value>
</data>
<data name="Asn1TimeStringCouldNotBeGenerated" xml:space="preserve">
<value>ASN.1 time string could not be generated.</value>
</data>
<data name="Asn1TooBigIntegerValue" xml:space="preserve">
<value>ASN.1 too big integer value (length is {0}).</value>
</data>
<data name="Asn1UnexpectedSymbol" xml:space="preserve">
<value>ASN.1 unexpected '.' or ','.</value>
</data>
<data name="Asn1UnexpectedValuesAtEndOfString" xml:space="preserve">
<value>ASN.1 unexpected values at end of string.</value>
</data>
<data name="Asn1UnexpectedZoneOffset" xml:space="preserve">
<value>ASN.1 unexpected zone offset in DER/CER/PER time string.</value>
</data>
<data name="Asn1ValueParseException" xml:space="preserve">
<value>ASN.1 value parse failed. String: '{0}'. Offset: {1}.</value>
</data>
<data name="InvalidDiffValue" xml:space="preserve">
<value>ASN.1 invalid Diff value: {0}.</value>
</data>
<data name="Asn1IllegalDigit" xml:space="preserve">
<value>ASN.1 illegal digit in BigInteger.</value>
</data>
<data name="Asn1IllegalEmbeddedMinusSign" xml:space="preserve">
<value>ASN.1 illegal embedded minus sign in BigInteger.</value>
</data>
<data name="Asn1InvalidFormatForBigIntegerValue" xml:space="preserve">
<value>ASN.1 invalid format for BigInteger value.</value>
</data>
<data name="Asn1ReadOutputStreamNotSupported" xml:space="preserve">
<value>ASN.1 read output stream not supported.</value>
</data>
<data name="Asn1ZeroLengthBigInteger" xml:space="preserve">
<value>ASN.1 zero length BigInteger.</value>
</data>
<data name="XmlCannotFindPrivateMember" xml:space="preserve">
<value>Cannot find private member '{0}'.</value>
</data>
<data name="XmlKeyInfoRequired" xml:space="preserve">
<value>A KeyInfo element is required to check the signature.</value>
</data>
<data name="XmlMissingAlgorithm" xml:space="preserve">
<value>Symmetric algorithm is not specified.</value>
</data>
<data name="Provider_2001_IsNotInstalled" xml:space="preserve">
<value>GOST R 34.10-2001 Cryptographic Service Provider is not installed.</value>
</data>
<data name="Provider_2012_1024_IsNotInstalled" xml:space="preserve">
<value>GOST R 34.10-2012/1024 Cryptographic Service Provider is not installed.</value>
</data>
<data name="Provider_2012_512_IsNotInstalled" xml:space="preserve">
<value>GOST R 34.10-2012/512 Cryptographic Service Provider is not installed.</value>
</data>
</root>