6internal static class SR
102 internal static string Format(
string resourceFormat,
object p1)
106 return string.Join(
", ", resourceFormat, p1);
108 return string.Format(resourceFormat, p1);
111 internal static string Format(
string resourceFormat,
object p1,
object p2)
115 return string.Join(
", ", resourceFormat, p1, p2);
117 return string.Format(resourceFormat, p1, p2);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string CspParameter_invalid
static string Cryptography_TransformBeyondEndOfBuffer
static string Cryptography_PasswordDerivedBytes_InvalidAlgorithm
static string ArgumentOutOfRange_NeedPosNum
static string Cryptography_RSA_DecryptWrongSize
static string Cryptography_MissingIV
static string Cryptography_MustTransformWholeBlock
static string Argument_DestinationTooShort
static string Cryptography_RC2_EKSKS2
static string Cryptography_UnknownHashAlgorithm
static ResourceManager s_resourceManager
static string Argument_InvalidValue
static string Cryptography_InvalidHashSize
static string Cryptography_InvalidKey_SemiWeak
static string Cryptography_InvalidOID
static string Arg_EnumIllegalVal
static string Cryptography_CSP_WrongKeySpec
static string Format(string resourceFormat, object p1)
static string CryptSetKeyParam_Failed
static string Format(string resourceFormat, object p1, object p2)
static string Cryptography_CSP_NotFound
static string Cryptography_UnknownPaddingMode
static string Cryptography_InvalidDSASignatureSize
static string Cryptography_CSP_NoPrivateKey
static string Cryptography_InvalidKey_Weak
static ResourceManager ResourceManager
static string Cryptography_OpenInvalidHandle
static string Cryptography_InvalidPaddingMode
static string Cryptography_PasswordDerivedBytes_ValuesFixed
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static readonly bool s_usingResourceKeys
static string Cryptography_InvalidKeySize
static string Cryptography_InvalidPadding
static string Cryptography_PartialBlock
static string ArgumentOutOfRange_NeedNonNegNum
static string Cryptography_PasswordDerivedBytes_TooManyBytes
static string Cryptography_PasswordDerivedBytes_InvalidIV
static string Cryptography_HashAlgorithmNameNullOrEmpty
static string Cryptography_InvalidIVSize