﻿<?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="Cryptography_InvalidPadding" xml:space="preserve">
    <value>Specified padding mode is not valid for this algorithm.</value>
  </data>
  <data name="Cryptography_HashAlgorithmNameNullOrEmpty" xml:space="preserve">
    <value>The hash algorithm name cannot be null or empty.</value>
  </data>
  <data name="Cryptography_CurveNotSupported" xml:space="preserve">
    <value>The specified curve '{0}' or its parameters are not valid for this platform.</value>
  </data>
  <data name="Argument_InvalidValue" xml:space="preserve">
    <value>Value was invalid.</value>
  </data>
  <data name="Cryptography_Invalid_IA5String" xml:space="preserve">
    <value>The string contains a character not in the 7 bit ASCII character set.</value>
  </data>
  <data name="Cryptography_InvalidKeySize" xml:space="preserve">
    <value>Specified key is not a valid size for this algorithm.</value>
  </data>
  <data name="Cryptography_UnknownHashAlgorithm" xml:space="preserve">
    <value>'{0}' is not a known hash algorithm.</value>
  </data>
  <data name="Cryptography_CSP_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="Cryptography_PasswordDerivedBytes_InvalidIV" xml:space="preserve">
    <value>The Initialization vector should have the same length as the algorithm block size in bytes.</value>
  </data>
  <data name="Cryptography_UnexpectedTransformTruncation" xml:space="preserve">
    <value>CNG provider unexpectedly terminated encryption or decryption prematurely.</value>
  </data>
  <data name="Cryptography_MissingIV" xml:space="preserve">
    <value>The cipher mode specified requires that an initialization vector (IV) be used.</value>
  </data>
  <data name="Cryptography_PasswordDerivedBytes_FewBytesSalt" xml:space="preserve">
    <value>Salt is not at least eight bytes.</value>
  </data>
  <data name="Cryptography_NotValidPublicOrPrivateKey" xml:space="preserve">
    <value>Key is not a valid public or private key.</value>
  </data>
  <data name="Cryptography_InvalidCurveOid" xml:space="preserve">
    <value>The specified Oid is not valid. The Oid.FriendlyName or Oid.Value property must be set.</value>
  </data>
  <data name="Cryptography_InvalidECPrimeCurve" xml:space="preserve">
    <value>The specified prime curve parameters are not valid. Prime, A, B, G.X, G.Y and Order are required and must be the same length, and the same length as Q.X, Q.Y and D if those are specified. Seed, Cofactor and Hash are optional. Other parameters are not allowed.</value>
  </data>
  <data name="Cryptography_RC2_EKS40" xml:space="preserve">
    <value>EffectiveKeySize value must be at least 40 bits.</value>
  </data>
  <data name="Cryptography_RC2_EKSKS" xml:space="preserve">
    <value>KeySize value must be at least as large as the EffectiveKeySize value.</value>
  </data>
  <data name="Arg_CryptographyException" xml:space="preserve">
    <value>Error occurred during a cryptographic operation.</value>
  </data>
  <data name="Cryptography_InvalidIVSize" xml:space="preserve">
    <value>Specified initialization vector (IV) does not match the block size for this algorithm.</value>
  </data>
  <data name="Argument_InvalidOffLen" 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="Cryptography_InvalidKey_SemiWeak" xml:space="preserve">
    <value>Specified key is a known semi-weak key for '{0}' and cannot be used.</value>
  </data>
  <data name="NotSupported_SubclassOverride" xml:space="preserve">
    <value>Method not supported. Derived class must override.</value>
  </data>
  <data name="Argument_InvalidOidValue" xml:space="preserve">
    <value>The OID value was invalid.</value>
  </data>
  <data name="Cryptography_UnsupportedPaddingMode" xml:space="preserve">
    <value>The specified PaddingMode is not supported.</value>
  </data>
  <data name="Cryptography_TransformBeyondEndOfBuffer" xml:space="preserve">
    <value>Attempt to transform beyond end of buffer.</value>
  </data>
  <data name="Cryptography_PartialBlock" xml:space="preserve">
    <value>The input data is not a complete block.</value>
  </data>
  <data name="Cryptography_InvalidKey_Weak" xml:space="preserve">
    <value>Specified key is a known weak key for '{0}' and cannot be used.</value>
  </data>
  <data name="Cryptography_MustTransformWholeBlock" xml:space="preserve">
    <value>TransformBlock may only process bytes in block sized increments.</value>
  </data>
  <data name="Cryptography_InvalidPaddingMode" xml:space="preserve">
    <value>Specified padding mode is not valid for this algorithm.</value>
  </data>
  <data name="Cryptography_PasswordDerivedBytes_InvalidAlgorithm" xml:space="preserve">
    <value>Algorithm is unavailable or is not supported for this operation.</value>
  </data>
  <data name="ArgumentOutOfRange_NeedNonNegNum" xml:space="preserve">
    <value>Non-negative number required.</value>
  </data>
  <data name="Cryptography_InvalidCurveKeyParameters" xml:space="preserve">
    <value>The specified key parameters are not valid. Q.X and Q.Y are required fields. Q.X, Q.Y must be the same length. If D is specified it must be the same length as Q.X and Q.Y for named curves or the same length as Order for explicit curves.</value>
  </data>
  <data name="Cryptography_InvalidRsaParameters" xml:space="preserve">
    <value>The specified RSA parameters are not valid; both Exponent and Modulus are required fields.</value>
  </data>
  <data name="Cryptography_InvalidECCharacteristic2Curve" xml:space="preserve">
    <value>The specified Characteristic2 curve parameters are not valid. Polynomial, A, B, G.X, G.Y, and Order are required. A, B, G.X, G.Y must be the same length, and the same length as Q.X, Q.Y and D if those are specified. Seed, Cofactor and Hash are optional. Other parameters are not allowed.</value>
  </data>
  <data name="Cryptography_InvalidECNamedCurve" xml:space="preserve">
    <value>The specified named curve parameters are not valid. Only the Oid parameter must be set.</value>
  </data>
  <data name="Cryptography_UnknownPaddingMode" xml:space="preserve">
    <value>Unknown padding mode used.</value>
  </data>
  <data name="ArgumentNull_Buffer" xml:space="preserve">
    <value>Buffer cannot be null.</value>
  </data>
  <data name="ArgumentOutOfRange_NeedPosNum" xml:space="preserve">
    <value>Positive number required.</value>
  </data>
  <data name="Cryptography_OpenInvalidHandle" xml:space="preserve">
    <value>Cannot open an invalid handle.</value>
  </data>
  <data name="Cryptography_NotValidPrivateKey" xml:space="preserve">
    <value>Key is not a valid private key.</value>
  </data>
</root>