6b6ac476f56dc9f26337083c4b0a141d00e4fd4c
[mono.git] / mcs / class / System.Security / corefx / SR.cs
1 //
2 // This file was generated by resx2sr tool
3 //
4
5 partial class SR
6 {
7         public const string ArgumentOutOfRange_Index = "Index was out of range.  Must be non-negative and less than the size of the collection.";
8         public const string Arg_EmptyOrNullString = "String cannot be empty or null.";
9         public const string Cryptography_Partial_Chain = "A certificate chain could not be built to a trusted root authority.";
10         public const string Cryptography_Xml_BadWrappedKeySize = "Bad wrapped key size.";
11         public const string Cryptography_Xml_CipherValueElementRequired = "A Cipher Data element should have either a CipherValue or a CipherReference element.";
12         public const string Cryptography_Xml_CreateHashAlgorithmFailed = "Could not create hash algorithm object.";
13         public const string Cryptography_Xml_CreateTransformFailed = "Could not create the XML transformation identified by the URI {0}.";
14         public const string Cryptography_Xml_CreatedKeyFailed = "Failed to create signing key.";
15         public const string Cryptography_Xml_DigestMethodRequired = "A DigestMethod must be specified on a Reference prior to generating XML.";
16         public const string Cryptography_Xml_DigestValueRequired = "A Reference must contain a DigestValue.";
17         public const string Cryptography_Xml_EnvelopedSignatureRequiresContext = "An XmlDocument context is required for enveloped transforms.";
18         public const string Cryptography_Xml_InvalidElement = "Malformed element {0}.";
19         public const string Cryptography_Xml_InvalidEncryptionProperty = "Malformed encryption property element.";
20         public const string Cryptography_Xml_InvalidKeySize = "The key size should be a non negative integer.";
21         public const string Cryptography_Xml_InvalidReference = "Malformed reference element.";
22         public const string Cryptography_Xml_InvalidSignatureLength = "The length of the signature with a MAC should be less than the hash output length.";
23         public const string Cryptography_Xml_InvalidSignatureLength2 = "The length in bits of the signature with a MAC should be a multiple of 8.";
24         public const string Cryptography_Xml_KeyInfoRequired = "A KeyInfo element is required to check the signature.";
25         public const string Cryptography_Xml_KW_BadKeySize = "The length of the encrypted data in Key Wrap is either 32, 40 or 48 bytes.";
26         public const string Cryptography_Xml_LoadKeyFailed = "Signing key is not loaded.";
27         public const string Cryptography_Xml_MissingAlgorithm = "Symmetric algorithm is not specified.";
28         public const string Cryptography_Xml_MissingCipherData = "Cipher data is not specified.";
29         public const string Cryptography_Xml_MissingDecryptionKey = "Unable to retrieve the decryption key.";
30         public const string Cryptography_Xml_MissingEncryptionKey = "Unable to retrieve the encryption key.";
31         public const string Cryptography_Xml_NotSupportedCryptographicTransform = "The specified cryptographic transform is not supported.";
32         public const string Cryptography_Xml_ReferenceElementRequired = "At least one Reference element is required.";
33         public const string Cryptography_Xml_ReferenceTypeRequired = "The Reference type must be set in an EncryptedReference object.";
34         public const string Cryptography_Xml_SelfReferenceRequiresContext = "An XmlDocument context is required to resolve the Reference Uri {0}.";
35         public const string Cryptography_Xml_SignatureDescriptionNotCreated = "SignatureDescription could not be created for the signature algorithm supplied.";
36         public const string Cryptography_Xml_SignatureMethodKeyMismatch = "The key does not fit the SignatureMethod.";
37         public const string Cryptography_Xml_SignatureMethodRequired = "A signature method is required.";
38         public const string Cryptography_Xml_SignatureValueRequired = "Signature requires a SignatureValue.";
39         public const string Cryptography_Xml_SignedInfoRequired = "Signature requires a SignedInfo.";
40         public const string Cryptography_Xml_TransformIncorrectInputType = "The input type was invalid for this transform.";
41         public const string Cryptography_Xml_IncorrectObjectType = "Type of input object is invalid.";
42         public const string Cryptography_Xml_UnknownTransform = "Unknown transform has been encountered.";
43         public const string Cryptography_Xml_UriNotResolved = "Unable to resolve Uri {0}.";
44         public const string Cryptography_Xml_UriNotSupported = " The specified Uri is not supported.";
45         public const string Cryptography_Xml_UriRequired = "A Uri attribute is required for a CipherReference element.";
46         public const string Cryptography_Xml_XrmlMissingContext = "Null Context property encountered.";
47         public const string Cryptography_Xml_XrmlMissingIRelDecryptor = "IRelDecryptor is required.";
48         public const string Cryptography_Xml_XrmlMissingIssuer = "Issuer node is required.";
49         public const string Cryptography_Xml_XrmlMissingLicence = "License node is required.";
50         public const string Cryptography_Xml_XrmlUnableToDecryptGrant = "Unable to decrypt grant content.";
51         public const string NotSupported_KeyAlgorithm = "The certificate key algorithm is not supported.";
52         public const string Log_ActualHashValue = "Actual hash value: {0}";
53         public const string Log_BeginCanonicalization = "Beginning canonicalization using \"{0}\" ({1}).";
54         public const string Log_BeginSignatureComputation = "Beginning signature computation.";
55         public const string Log_BeginSignatureVerification = "Beginning signature verification.";
56         public const string Log_BuildX509Chain = "Building and verifying the X509 chain for certificate {0}.";
57         public const string Log_CanonicalizationSettings = "Canonicalization transform is using resolver {0} and base URI \"{1}\".";
58         public const string Log_CanonicalizedOutput = "Output of canonicalization transform: {0}";
59         public const string Log_CertificateChain = "Certificate chain:";
60         public const string Log_CheckSignatureFormat = "Checking signature format using format validator \"[{0}] {1}.{2}\".";
61         public const string Log_CheckSignedInfo = "Checking signature on SignedInfo with id \"{0}\".";
62         public const string Log_FormatValidationSuccessful = "Signature format validation was successful.";
63         public const string Log_FormatValidationNotSuccessful = "Signature format validation failed.";
64         public const string Log_KeyUsages = "Found key usages \"{0}\" in extension {1} on certificate {2}.";
65         public const string Log_NoNamespacesPropagated = "No namespaces are being propagated.";
66         public const string Log_PropagatingNamespace = "Propagating namespace {0}=\"{1}\".";
67         public const string Log_RawSignatureValue = "Raw signature: {0}";
68         public const string Log_ReferenceHash = "Reference {0} hashed with \"{1}\" ({2}) has hash value {3}, expected hash value {4}.";
69         public const string Log_RevocationMode = "Revocation mode for chain building: {0}.";
70         public const string Log_RevocationFlag = "Revocation flag for chain building: {0}.";
71         public const string Log_SigningAsymmetric = "Calculating signature with key {0} using signature description {1}, hash algorithm {2}, and asymmetric signature formatter {3}.";
72         public const string Log_SigningHmac = "Calculating signature using keyed hash algorithm {0}.";
73         public const string Log_SigningReference = "Hashing reference {0}, Uri \"{1}\", Id \"{2}\", Type \"{3}\" with hash algorithm \"{4}\" ({5}).";
74         public const string Log_TransformedReferenceContents = "Transformed reference contents: {0}";
75         public const string Log_UnsafeCanonicalizationMethod = "Canonicalization method \"{0}\" is not on the safe list. Safe canonicalization methods are: {1}.";
76         public const string Log_UrlTimeout = "URL retrieval timeout for chain building: {0}.";
77         public const string Log_VerificationFailed = "Verification failed checking {0}.";
78         public const string Log_VerificationFailed_References = "references";
79         public const string Log_VerificationFailed_SignedInfo = "SignedInfo";
80         public const string Log_VerificationFailed_X509Chain = "X509 chain verification";
81         public const string Log_VerificationFailed_X509KeyUsage = "X509 key usage verification";
82         public const string Log_VerificationFlag = "Verification flags for chain building: {0}.";
83         public const string Log_VerificationTime = "Verification time for chain building: {0}.";
84         public const string Log_VerificationWithKeySuccessful = "Verification with key {0} was successful.";
85         public const string Log_VerificationWithKeyNotSuccessful = "Verification with key {0} was not successful.";
86         public const string Log_VerifyReference = "Processing reference {0}, Uri \"{1}\", Id \"{2}\", Type \"{3}\".";
87         public const string Log_VerifySignedInfoAsymmetric = "Verifying SignedInfo using key {0}, signature description {1}, hash algorithm {2}, and asymmetric signature deformatter {3}.";
88         public const string Log_VerifySignedInfoHmac = "Verifying SignedInfo using keyed hash algorithm {0}.";
89         public const string Log_X509ChainError = "Error building X509 chain: {0}: {1}.";
90         public const string Log_XmlContext = "Using context: {0}";
91         public const string Log_SignedXmlRecursionLimit = "Signed xml recursion limit hit while trying to decrypt the key. Reference {0} hashed with \"{1}\" and ({2}).";
92         public const string Log_UnsafeTransformMethod = "Transform method \"{0}\" is not on the safe list. Safe transform methods are: {1}.";
93 }