1 //
2 // This file was generated by txt2sr tool
3 //
4 
5 partial class SR
6 {
7 	public const string ArgumentOutOfRange_NeedNonNegNum = "Non negative number is required.";
8 	public const string Argument_WrongAsyncResult = "IAsyncResult object did not come from the corresponding async method on this type.";
9 	public const string 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.";
10 	public const string Argument_NeedNonemptyPipeName = "pipeName cannot be an empty string.";
11 	public const string Argument_EmptyServerName = "serverName cannot be an empty string.  Use \".\" for current machine.";
12 	public const string Argument_NonContainerInvalidAnyFlag = "This flag may not be set on a pipe.";
13 	public const string Argument_InvalidHandle = "Invalid handle.";
14 	public const string ArgumentNull_Buffer = "Buffer cannot be null.";
15 	public const string ArgumentNull_ServerName = "serverName cannot be null. Use \".\" for current machine.";
16 	public const string ArgumentOutOfRange_AdditionalAccessLimited = "additionalAccessRights is limited to the PipeAccessRights.ChangePermissions, PipeAccessRights.TakeOwnership, and PipeAccessRights.AccessSystemSecurity flags when creating NamedPipeServerStreams.";
17 	public const string ArgumentOutOfRange_AnonymousReserved = "The pipeName \"anonymous\" is reserved.";
18 	public const string ArgumentOutOfRange_TransmissionModeByteOrMsg = "For named pipes, transmission mode can be TransmissionMode.Byte or PipeTransmissionMode.Message. For anonymous pipes, transmission mode can be TransmissionMode.Byte.";
19 	public const string ArgumentOutOfRange_DirectionModeInOrOut = "PipeDirection.In or PipeDirection.Out required.";
20 	public const string ArgumentOutOfRange_DirectionModeInOutOrInOut = "For named pipes, the pipe direction can be PipeDirection.In, PipeDirection.Out or PipeDirection.InOut. For anonymous pipes, the pipe direction can be PipeDirection.In or PipeDirection.Out.";
21 	public const string ArgumentOutOfRange_ImpersonationInvalid = "TokenImpersonationLevel.None, TokenImpersonationLevel.Anonymous, TokenImpersonationLevel.Identification, TokenImpersonationLevel.Impersonation or TokenImpersonationLevel.Delegation required.";
22 	public const string ArgumentOutOfRange_ImpersonationOptionsInvalid = "impersonationOptions contains an invalid flag.";
23 	public const string ArgumentOutOfRange_OptionsInvalid = "options contains an invalid flag.";
24 	public const string ArgumentOutOfRange_HandleInheritabilityNoneOrInheritable = "HandleInheritability.None or HandleInheritability.Inheritable required.";
25 	public const string ArgumentOutOfRange_InvalidPipeAccessRights = "Invalid PipeAccessRights flag.";
26 	public const string ArgumentOutOfRange_InvalidTimeout = "Timeout must be non-negative or equal to -1 (Timeout.Infinite)";
27 	public const string ArgumentOutOfRange_MaxNumServerInstances = "maxNumberOfServerInstances must either be a value between 1 and 254, or NamedPipeServerStream.MaxAllowedServerInstances (to obtain the maximum number allowed by system resources).";
28 	public const string ArgumentOutOfRange_NeedValidPipeAccessRights = "Need valid PipeAccessRights value.";
29 	public const string IndexOutOfRange_IORaceCondition = "Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default unless stated otherwise. In multithreaded applications, access streams in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.";
30 	public const string InvalidOperation_EndReadCalledMultiple = "EndRead can only be called once for each asynchronous operation.";
31 	public const string InvalidOperation_EndWriteCalledMultiple = "EndWrite can only be called once for each asynchronous operation.";
32 	public const string InvalidOperation_EndWaitForConnectionCalledMultiple = "EndWaitForConnection can only be called once for each asynchronous operation.";
33 	public const string InvalidOperation_PipeNotYetConnected = "Pipe hasn't been connected yet.";
34 	public const string InvalidOperation_PipeDisconnected = "Pipe is in a disconnected state.";
35 	public const string InvalidOperation_PipeHandleNotSet = "Pipe handle has not been set.  Did your PipeStream implementation call InitializeHandle?";
36 	public const string InvalidOperation_PipeNotAsync = "Pipe is not opened in asynchronous mode.";
37 	public const string InvalidOperation_PipeReadModeNotMessage = "ReadMode is not of PipeTransmissionMode.Message.";
38 	public const string InvalidOperation_PipeMessageTypeNotSupported = "This pipe does not support message type transmission.";
39 	public const string InvalidOperation_PipeAlreadyConnected = "Already in a connected state.";
40 	public const string InvalidOperation_PipeAlreadyDisconnected = "Already in a disconnected state.";
41 	public const string InvalidOperation_PipeClosed = "Pipe is closed.";
42 	public const string IO_FileTooLongOrHandleNotSync = "IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations.";
43 	public const string IO_EOF_ReadBeyondEOF = "Unable to read beyond the end of the stream.";
44 	public const string IO_FileNotFound = "Unable to find the specified file.";
45 	public const string IO_FileNotFound_FileName = "Could not find file '{0}'.";
46 	public const string IO_IO_AlreadyExists_Name = "Cannot create \"{0}\" because a file or directory with the same name already exists.";
47 	public const string IO_IO_BindHandleFailed = "BindHandle for ThreadPool failed on this handle.";
48 	public const string IO_IO_FileExists_Name = "The file '{0}' already exists.";
49 	public const string IO_IO_NoPermissionToDirectoryName = "<Path discovery permission to the specified directory was denied.>";
50 	public const string IO_IO_SharingViolation_File = "The process cannot access the file '{0}' because it is being used by another process.";
51 	public const string IO_IO_SharingViolation_NoFileName = "The process cannot access the file because it is being used by another process.";
52 	public const string IO_IO_PipeBroken = "Pipe is broken.";
53 	public const string IO_IO_InvalidPipeHandle = "Invalid pipe handle.";
54 	public const string IO_OperationAborted = "IO operation was aborted unexpectedly.";
55 	public const string IO_DriveNotFound_Drive = "Could not find the drive '{0}'. The drive might not be ready or might not be mapped.";
56 	public const string IO_PathNotFound_Path = "Could not find a part of the path '{0}'.";
57 	public const string IO_PathNotFound_NoPathName = "Could not find a part of the path.";
58 	public const string IO_PathTooLong = "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.";
59 	public const string NotSupported_MemStreamNotExpandable = "Memory stream is not expandable.";
60 	public const string NotSupported_UnreadableStream = "Stream does not support reading.";
61 	public const string NotSupported_UnseekableStream = "Stream does not support seeking.";
62 	public const string NotSupported_UnwritableStream = "Stream does not support writing.";
63 	public const string NotSupported_AnonymousPipeUnidirectional = "Anonymous pipes can only be in one direction.";
64 	public const string NotSupported_AnonymousPipeMessagesNotSupported = "Anonymous pipes do not support PipeTransmissionMode.Message ReadMode.";
65 	public const string ObjectDisposed_FileClosed = "Cannot access a closed file.";
66 	public const string ObjectDisposed_PipeClosed = "Cannot access a closed pipe.";
67 	public const string ObjectDisposed_ReaderClosed = "Cannot read from a closed TextReader.";
68 	public const string ObjectDisposed_StreamClosed = "Cannot access a closed Stream.";
69 	public const string ObjectDisposed_WriterClosed = "Cannot write to a closed TextWriter.";
70 	public const string PlatformNotSupported_NamedPipeServers = "Named Pipe Servers are not supported on Windows 95/98/ME.";
71 	public const string UnauthorizedAccess_IODenied_Path = "Access to the path '{0}' is denied.";
72 	public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the path is denied.";
73 	public const string TraceAsTraceSource = "Trace";
74 	public const string ArgumentOutOfRange_NeedValidLogRetention = "Need valid log retention option.";
75 	public const string ArgumentOutOfRange_NeedMaxFileSizeGEBufferSize = "Maximum file size value should be greater than or equal to bufferSize.";
76 	public const string ArgumentOutOfRange_NeedValidMaxNumFiles = "Maximum number of files value should be greater than or equal to '{0}' for this retention";
77 	public const string ArgumentOutOfRange_NeedValidId = "The ID parameter must be in the range {0} through {1}.";
78 	public const string ArgumentOutOfRange_MaxArgExceeded = "The total number of parameters must not exceed {0}.";
79 	public const string ArgumentOutOfRange_MaxStringsExceeded = "The number of String parameters must not exceed {0}.";
80 	public const string NotSupported_DownLevelVista = "This functionality is only supported in Windows Vista and above.";
81 	public const string Argument_NeedNonemptyDelimiter = "Delimiter cannot be an empty string.";
82 	public const string NotSupported_SetTextWriter = "Setting TextWriter is unsupported on this listener.";
83 	public const string Perflib_PlatformNotSupported = "Classes in System.Diagnostics.PerformanceData is only supported in Windows Vista and above.";
84 	public const string Perflib_Argument_CounterSetAlreadyRegister = "CounterSet '{0}' already registered.";
85 	public const string Perflib_Argument_InvalidCounterType = "CounterType '{0}' is not a valid CounterType.";
86 	public const string Perflib_Argument_InvalidCounterSetInstanceType = "CounterSetInstanceType '{0}' is not a valid CounterSetInstanceType.";
87 	public const string Perflib_Argument_InstanceAlreadyExists = "Instance '{0}' already exists in CounterSet '{1}'.";
88 	public const string Perflib_Argument_CounterAlreadyExists = "CounterId '{0}' already added to CounterSet '{1}'.";
89 	public const string Perflib_Argument_CounterNameAlreadyExists = "CounterName '{0}' already added to CounterSet '{1}'.";
90 	public const string Perflib_Argument_ProviderNotFound = "CounterSet provider '{0}' not found.";
91 	public const string Perflib_Argument_InvalidInstance = "Single instance type CounterSet '{0}' can only have 1 CounterSetInstance.";
92 	public const string Perflib_Argument_EmptyInstanceName = "Non-empty instanceName required.";
93 	public const string Perflib_Argument_EmptyCounterName = "Non-empty counterName required.";
94 	public const string Perflib_InsufficientMemory_InstanceCounterBlock = "Cannot allocate raw counter data for CounterSet '{0}' Instance '{1}'.";
95 	public const string Perflib_InsufficientMemory_CounterSetTemplate = "Cannot allocate memory for CounterSet '{0}' template with size '{1}'.";
96 	public const string Perflib_InvalidOperation_CounterRefValue = "Cannot locate raw counter data location for CounterSet '{0}', Counter '{1}, in Instance '{2}'.";
97 	public const string Perflib_InvalidOperation_CounterSetNotInstalled = "CounterSet '{0}' not installed yet.";
98 	public const string Perflib_InvalidOperation_InstanceNotFound = "Cannot find Instance '{0}' in CounterSet '{1}'.";
99 	public const string Perflib_InvalidOperation_AddCounterAfterInstance = "Cannot AddCounter to CounterSet '{0}' after CreateCounterSetInstance.";
100 	public const string Perflib_InvalidOperation_NoActiveProvider = "CounterSet provider '{0}' not active.";
101 	public const string Perflib_InvalidOperation_CounterSetContainsNoCounter = "CounterSet '{0}' does not include any counters.";
102 	public const string Arg_ArrayPlusOffTooSmall = "Destination array is not long enough to copy all the items in the collection. Check array index and length.";
103 	public const string Arg_HSCapacityOverflow = "HashSet capacity is too big.";
104 	public const string InvalidOperation_EnumFailedVersion = "Collection was modified; enumeration operation may not execute.";
105 	public const string InvalidOperation_EnumOpCantHappen = "Enumeration has either not started or has already finished.";
106 	public const string Serialization_MissingKeys = "The Keys for this dictionary are missing.";
107 	public const string LockRecursionException_RecursiveReadNotAllowed = "Recursive read lock acquisitions not allowed in this mode.";
108 	public const string LockRecursionException_RecursiveWriteNotAllowed = "Recursive write lock acquisitions not allowed in this mode.";
109 	public const string LockRecursionException_RecursiveUpgradeNotAllowed = "Recursive upgradeable lock acquisitions not allowed in this mode.";
110 	public const string LockRecursionException_ReadAfterWriteNotAllowed = "A read lock may not be acquired with the write lock held in this mode.";
111 	public const string LockRecursionException_WriteAfterReadNotAllowed = "Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock.";
112 	public const string LockRecursionException_UpgradeAfterReadNotAllowed = "Upgradeable lock may not be acquired with read lock held.";
113 	public const string LockRecursionException_UpgradeAfterWriteNotAllowed = "Upgradeable lock may not be acquired with write lock held in this mode. Acquiring Upgradeable lock gives the ability to read along with an option to upgrade to a writer.";
114 	public const string SynchronizationLockException_MisMatchedRead = "The read lock is being released without being held.";
115 	public const string SynchronizationLockException_MisMatchedWrite = "The write lock is being released without being held.";
116 	public const string SynchronizationLockException_MisMatchedUpgrade = "The upgradeable lock is being released without being held.";
117 	public const string SynchronizationLockException_IncorrectDispose = "The lock is being disposed while still being used. It either is being held by a thread and/or has active waiters waiting to acquire the lock.";
118 	public const string Cryptography_ArgECDHKeySizeMismatch = "The keys from both parties must be the same size to generate a secret agreement.";
119 	public const string Cryptography_ArgECDHRequiresECDHKey = "Keys used with the ECDiffieHellmanCng algorithm must have an algorithm group of ECDiffieHellman.";
120 	public const string Cryptography_ArgECDsaRequiresECDsaKey = "Keys used with the ECDsaCng algorithm must have an algorithm group of ECDsa.";
121 	public const string Cryptography_ArgExpectedECDiffieHellmanCngPublicKey = "DeriveKeyMaterial requires an ECDiffieHellmanCngPublicKey.";
122 	public const string Cryptography_ArgMustBeCngAlgorithm = "Object must be of type CngAlgorithm.";
123 	public const string Cryptography_ArgMustBeCngAlgorithmGroup = "Object must be of type CngAlgorithmGroup.";
124 	public const string Cryptography_ArgMustBeCngKeyBlobFormat = "Object must be of type CngKeyBlobFormat.";
125 	public const string Cryptography_ArgMustBeCngProvider = "Object must be of type CngProvider.";
126 	public const string Cryptography_DecryptWithNoKey = "Decrypting a value requires that a key be set on the algorithm object.";
127 	public const string Cryptography_ECXmlSerializationFormatRequired = "XML serialization of an elliptic curve key requires using an overload which specifies the XML format to be used.";
128 	public const string Cryptography_InvalidAlgorithmGroup = "The algorithm group '{0}' is invalid.";
129 	public const string Cryptography_InvalidAlgorithmName = "The algorithm name '{0}' is invalid.";
130 	public const string Cryptography_InvalidCipherMode = "The specified cipher mode is not valid for this algorithm.";
131 	public const string Cryptography_InvalidIVSize = "The specified initialization vector (IV) does not match the block size for this algorithm.";
132 	public const string Cryptography_InvalidKeyBlobFormat = "The key blob format '{0}' is invalid.";
133 	public const string Cryptography_InvalidKeySize = "The specified key is not a valid size for this algorithm.";
134 	public const string Cryptography_InvalidPadding = "Padding is invalid and cannot be removed.";
135 	public const string Cryptography_InvalidProviderName = "The provider name '{0}' is invalid.";
136 	public const string Cryptography_MissingDomainParameters = "Could not read the domain parameters from the XML string.";
137 	public const string Cryptography_MissingPublicKey = "Could not read the public key from the XML string.";
138 	public const string Cryptography_MissingIV = "The cipher mode specified requires that an initialization vector (IV) be used.";
139 	public const string Cryptography_MustTransformWholeBlock = "TransformBlock may only process bytes in block sized increments.";
140 	public const string Cryptography_NonCompliantFIPSAlgorithm = "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.";
141 	public const string Cryptography_OpenInvalidHandle = "Cannot open an invalid handle.";
142 	public const string Cryptography_OpenEphemeralKeyHandleWithoutEphemeralFlag = "The CNG key handle being opened was detected to be ephemeral, but the EphemeralKey open option was not specified.";
143 	public const string Cryptography_PartialBlock = "The input data is not a complete block.";
144 	public const string Cryptography_PlatformNotSupported = "The specified cryptographic algorithm is not supported on this platform.";
145 	public const string Cryptography_TlsRequiresLabelAndSeed = "The TLS key derivation function requires both the label and seed properties to be set.";
146 	public const string Cryptography_TransformBeyondEndOfBuffer = "Attempt to transform beyond end of buffer.";
147 	public const string Cryptography_UnknownEllipticCurve = "Unknown elliptic curve.";
148 	public const string Cryptography_UnknownEllipticCurveAlgorithm = "Unknown elliptic curve algorithm.";
149 	public const string Cryptography_UnknownPaddingMode = "Unknown padding mode used.";
150 	public const string Cryptography_UnexpectedXmlNamespace = "The XML namespace '{0}' was unexpected, expected '{1}'.";
151 	public const string ArgumentException_RangeMinRangeMaxRangeType = "Cannot accept MinRange {0} because it is not the same type as MaxRange {1}. Verify that the MaxRange and MinRange values are of the same type and try again.";
152 	public const string ArgumentException_RangeNotIComparable = "Cannot accept MaxRange and MinRange because they are not IComparable.";
153 	public const string ArgumentException_RangeMaxRangeSmallerThanMinRange = "Cannot accept MaxRange because it is less than MinRange. Specify a MaxRange value that is greater than or equal to the MinRange value and try again.";
154 	public const string ArgumentException_CountMaxLengthSmallerThanMinLength = "MaxLength should be greater than MinLength.";
155 	public const string ArgumentException_LengthMaxLengthSmallerThanMinLength = "Cannot accept MaxLength value. Specify MaxLength value greater than the value of MinLength and try again.";
156 	public const string ArgumentException_UnregisteredParameterName = "Parameter {0} has not been added to this parser.";
157 	public const string ArgumentException_InvalidParameterName = "{0} is an invalid parameter name.";
158 	public const string ArgumentException_DuplicateName = "The name {0} is already in use.";
159 	public const string ArgumentException_DuplicatePosition = "The position {0} is already in use.";
160 	public const string ArgumentException_NoParametersFound = "The object has no parameters associated with it.";
161 	public const string ArgumentException_HelpMessageBaseNameNullOrEmpty = "Help message base name may not be null or empty.";
162 	public const string ArgumentException_HelpMessageResourceIdNullOrEmpty = "Help message resource id may not be null or empty.";
163 	public const string ArgumentException_HelpMessageNullOrEmpty = "Help message may not be null or empty.";
164 	public const string ArgumentException_RegexPatternNullOrEmpty = "The regular expression pattern may not be null or empty.";
165 	public const string ArgumentException_RequiredPositionalAfterOptionalPositional = "Optional positional parameter {0} cannot precede required positional parameter {1}.";
166 	public const string ArgumentException_DuplicateParameterAttribute = "Duplicate parameter attributes with the same parameter set on parameter {0}.";
167 	public const string ArgumentException_MissingBaseNameOrResourceId = "On parameter {0}, either both HelpMessageBaseName and HelpMessageResourceId must be set or neither can be set.";
168 	public const string ArgumentException_DuplicateRemainingArgumets = "Can not set {0} as the remaining arguments parameter for parameter set {1} because that parameter set already has a parameter set as the remaining arguments parameter.";
169 	public const string ArgumentException_TypeMismatchForRemainingArguments = "Parameter {0} must be an array of strings if it can have its value from the remaining arguments.";
170 	public const string ArgumentException_ValidationParameterTypeMismatch = "Validator {0} may not be applied to a parameter of type {1}.";
171 	public const string ArgumentException_ParserBuiltWithValueType = "The parameter toBind may not be an instance of a value type.";
172 	public const string InvalidOperationException_GetParameterTypeMismatch = "Parameter {0} may not retrieved with type {1} since it is of type {2}.";
173 	public const string InvalidOperationException_GetParameterValueBeforeParse = "Parse must be called before retrieving parameter values.";
174 	public const string InvalidOperationException_SetRemainingArgumentsParameterAfterParse = "AllowRemainingArguments may not be set after Parse has been called.";
175 	public const string InvalidOperationException_AddParameterAfterParse = "Parameters may not be added after Parse has been called.";
176 	public const string InvalidOperationException_BindAfterBind = "Parse may only be called once.";
177 	public const string InvalidOperationException_GetRemainingArgumentsNotAllowed = "GetRemainingArguments may not be called unless AllowRemainingArguments is set to true.";
178 	public const string InvalidOperationException_ParameterSetBeforeParse = "The SpecifiedParameterSet property may only be accessed after Parse has been called successfully.";
179 	public const string CommandLineParser_Aliases = "Aliases";
180 	public const string CommandLineParser_ErrorMessagePrefix = "Error";
181 	public const string CommandLineParser_HelpMessagePrefix = "Usage";
182 	public const string ParameterBindingException_AmbiguousParameterName = "Prefix {0} resolves to multiple parameters: {1}.  Use a more specific prefix for this parameter.";
183 	public const string ParameterBindingException_ParameterValueAlreadySpecified = "Parameter {0} already given value of {1}.";
184 	public const string ParameterBindingException_UnknownParameteName = "Unknown parameter {0}.";
185 	public const string ParameterBindingException_RequiredParameterMissingCommandLineValue = "Parameter {0} must be followed by a value.";
186 	public const string ParameterBindingException_UnboundCommandLineArguments = "Unbound parameters left on command line: {0}.";
187 	public const string ParameterBindingException_UnboundMandatoryParameter = "Values for required parameters missing: {0}.";
188 	public const string ParameterBindingException_ResponseFileException = "Could not open response file {0}: {1}";
189 	public const string ParameterBindingException_ValididationError = "Could not validate parameter {0}: {1}";
190 	public const string ParameterBindingException_TransformationError = "Could not convert {0} to type {1}.";
191 	public const string ParameterBindingException_AmbiguousParameterSet = "Named parameters specify an ambiguous parameter set.  Specify more parameters by name.";
192 	public const string ParameterBindingException_UnknownParameterSet = "No valid parameter set for named parameters.  Make sure all named parameters belong to the same parameter set.";
193 	public const string ParameterBindingException_NestedResponseFiles = "A response file may not contain references to other response files.";
194 	public const string ValidateMetadataException_RangeGreaterThanMaxRangeFailure = "The value {0} was greater than the maximum value {1}. Specify a value less than or equal to the maximum value and try again.";
195 	public const string ValidateMetadataException_RangeSmallerThanMinRangeFailure = "The value {0} was smaller than the minimum value {1}. Specify a value greater than or equal to the minimum value and try again.";
196 	public const string ValidateMetadataException_PatternFailure = "The value {0} does not match the pattern {1}.";
197 	public const string ValidateMetadataException_CountMinLengthFailure = "The number of values should be greater than or equal to {0} instead of {1}.";
198 	public const string ValidateMetadataException_CountMaxLengthFailure = "The number of values should be less than or equal to {0} instead of {1}.";
199 	public const string ValidateMetadataException_LengthMinLengthFailure = "The length should be greater than or equal to {0} instead of {1}.";
200 	public const string ValidateMetadataException_LengthMaxLengthFailure = "The length should be less than or equal to {0} instead of {1}.";
201 	public const string Argument_MapNameEmptyString = "Map name cannot be an empty string.";
202 	public const string Argument_EmptyFile = "A positive capacity must be specified for a Memory Mapped File backed by an empty file.";
203 	public const string Argument_NewMMFWriteAccessNotAllowed = "MemoryMappedFileAccess.Write is not permitted when creating new memory mapped files. Use MemoryMappedFileAccess.ReadWrite instead.";
204 	public const string Argument_ReadAccessWithLargeCapacity = "When specifying MemoryMappedFileAccess.Read access, the capacity must not be larger than the file size.";
205 	public const string Argument_NewMMFAppendModeNotAllowed = "FileMode.Append is not permitted when creating new memory mapped files. Instead, use MemoryMappedFileView to ensure write-only access within a specified region.";
206 	public const string ArgumentNull_MapName = "Map name cannot be null.";
207 	public const string ArgumentNull_FileStream = "fileStream cannot be null.";
208 	public const string ArgumentOutOfRange_CapacityLargerThanLogicalAddressSpaceNotAllowed = "The capacity cannot be greater than the size of the system's logical address space.";
209 	public const string ArgumentOutOfRange_NeedPositiveNumber = "A positive number is required.";
210 	public const string ArgumentOutOfRange_PositiveOrDefaultCapacityRequired = "The capacity must be greater than or equal to 0. 0 represents the the size of the file being mapped.";
211 	public const string ArgumentOutOfRange_PositiveOrDefaultSizeRequired = "The size must be greater than or equal to 0. If 0 is specified, the view extends from the specified offset to the end of the file mapping.";
212 	public const string ArgumentOutOfRange_PositionLessThanCapacityRequired = "The position may not be greater or equal to the capacity of the accessor.";
213 	public const string ArgumentOutOfRange_CapacityGEFileSizeRequired = "The capacity may not be smaller than the file size.";
214 	public const string IO_NotEnoughMemory = "Not enough memory to map view.";
215 	public const string InvalidOperation_CalledTwice = "Cannot call this operation twice.";
216 	public const string InvalidOperation_CantCreateFileMapping = "Cannot create file mapping.";
217 	public const string InvalidOperation_ViewIsNull = "The underlying MemoryMappedView object is null.";
218 	public const string NotSupported_DelayAllocateFileBackedNotAllowed = "The MemoryMappedFileOptions.DelayAllocatePages option is not supported with memory mapped files mapping files on disk.";
219 	public const string NotSupported_MMViewStreamsFixedLength = "MemoryMappedViewStreams are fixed length.";
220 	public const string ObjectDisposed_ViewAccessorClosed = "Cannot access a closed accessor.";
221 	public const string ObjectDisposed_StreamIsClosed = "Cannot access a closed Stream.";
222 	public const string NotSupported_Method = "Method not supported.";
223 	public const string NotSupported_SubclassOverride = "Method not supported. Derived class must override.";
224 	public const string Cryptography_ArgDSARequiresDSAKey = "Keys used with the DSACng algorithm must have an algorithm group of DSA.";
225 	public const string Cryptography_ArgRSAaRequiresRSAKey = "Keys used with the RSACng algorithm must have an algorithm group of RSA.";
226 	public const string Cryptography_CngKeyWrongAlgorithm = "This key is for algorithm '{0}'. Expected '{1}'.";
227 	public const string Cryptography_DSA_HashTooShort = "The supplied hash cannot be shorter in length than the DSA key's Q value.";
228 	public const string Cryptography_HashAlgorithmNameNullOrEmpty = "The hash algorithm name cannot be null or empty.";
229 	public const string Cryptography_InvalidDsaParameters_MissingFields = "The specified DSA parameters are not valid; P, Q, G and Y are all required.";
230 	public const string Cryptography_InvalidDsaParameters_MismatchedPGY = "The specified DSA parameters are not valid; P, G and Y must be the same length (the key size).";
231 	public const string Cryptography_InvalidDsaParameters_MismatchedQX = "The specified DSA parameters are not valid; Q and X (if present) must be the same length.";
232 	public const string Cryptography_InvalidDsaParameters_MismatchedPJ = "The specified DSA parameters are not valid; J (if present) must be shorter than P.";
233 	public const string Cryptography_InvalidDsaParameters_SeedRestriction_ShortKey = "The specified DSA parameters are not valid; Seed, if present, must be 20 bytes long for keys shorter than 1024 bits.";
234 	public const string Cryptography_InvalidDsaParameters_QRestriction_ShortKey = "The specified DSA parameters are not valid; Q must be 20 bytes long for keys shorter than 1024 bits.";
235 	public const string Cryptography_InvalidDsaParameters_QRestriction_LargeKey = "The specified DSA parameters are not valid; Q's length must be one of 20, 32 or 64 bytes.";
236 	public const string Cryptography_InvalidRsaParameters = "The specified RSA parameters are not valid; both Exponent and Modulus are required fields.";
237 	public const string Cryptography_InvalidSignatureAlgorithm = "The hash algorithm is not supported for signatures. Only MD5, SHA1, SHA256,SHA384, and SHA512 are supported at this time.";
238 	public const string Cryptography_KeyBlobParsingError = "Key Blob not in expected format.";
239 	public const string Cryptography_NotSupportedKeyAlgorithm = "Key Algorithm is not supported.";
240 	public const string Cryptography_NotValidPublicOrPrivateKey = "Key is not a valid public or private key.";
241 	public const string Cryptography_NotValidPrivateKey = "Key is not a valid private key.";
242 	public const string Cryptography_UnexpectedTransformTruncation = "CNG provider unexpectedly terminated encryption or decryption prematurely.";
243 	public const string Cryptography_UnsupportedPaddingMode = "The specified PaddingMode is not supported.";
244 	public const string Cryptography_WeakKey = "Specified key is a known weak key for this algorithm and cannot be used.";
245 	public const string Cryptography_CurveNotSupported = "The specified curve '{0}' or its parameters are not valid for this platform.";
246 	public const string Cryptography_InvalidCurve = "The specified curve '{0}' is not valid for this platform.";
247 	public const string Cryptography_InvalidCurveOid = "The specified Oid is not valid. The Oid.FriendlyName or Oid.Value property must be set.";
248 	public const string Cryptography_InvalidCurveKeyParameters = "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.";
249 	public const string Cryptography_InvalidECCharacteristic2Curve = "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.";
250 	public const string Cryptography_InvalidECPrimeCurve = "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.";
251 	public const string Cryptography_InvalidECNamedCurve = "The specified named curve parameters are not valid. Only the Oid parameter must be set.";
252 	public const string Cryptography_UnknownHashAlgorithm = "'{0}' is not a known hash algorithm.";
253 }
254