6internal static class SR
133 string result =
null;
144 internal static string Format(
string resourceFormat,
object p1)
148 return string.Join(
", ", resourceFormat, p1);
150 return string.Format(resourceFormat, p1);
153 internal static string Format(
string resourceFormat,
object p1,
object p2)
157 return string.Join(
", ", resourceFormat, p1, p2);
159 return string.Format(resourceFormat, p1, p2);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string ArgumentOutOfRange_Index
static string Cryptography_X509_InvalidFindValue
static string Cryptography_InvalidStoreHandle
static string InvalidOperation_EnumNotStarted
static string Arg_OutOfRange_NeedNonNegNum
static string Cryptography_Der_Invalid_Encoding
static string Cryptography_InvalidTrustCertificate
static string Cryptography_Invalid_IA5String
static string Unknown_Error
static string Cryptography_UnknownHashAlgorithm
static string Cryptography_CertReq_BasicConstraintsRequired
static ResourceManager s_resourceManager
static string Cryptography_CertReq_NotBeforeNotNested
static string Arg_EmptyOrNullString_Named
static string Cryptography_X509_NoOrMismatchedPemKey
static string Arg_EnumIllegalVal
static string Arg_InvalidHandle
static string Cryptography_ECC_NamedCurvesOnly
static string Format(string resourceFormat, object p1)
static string Argument_InvalidFlag
static string Format(string resourceFormat, object p1, object p2)
static string Cryptography_Pfx_NoCertificates
static string NotSupported_KeyAlgorithm
static string Cryptography_CertReq_NoKeyProvided
static string Cryptography_CertReq_AlgorithmMustMatch
static string NotSupported_ImmutableX509Certificate
static string Cryptography_CustomTrustCertsInSystemMode
static string Cryptography_X509_InvalidContentType
static string Cryptography_X509_InvalidFlagCombination
static string Cryptography_InvalidContextHandle
static ResourceManager ResourceManager
static string Cryptography_X509_NoPemCertificate
static string Cryptography_CertReq_IssuerBasicConstraintsInvalid
static string Cryptography_X509_ExtensionMismatch
static string NotSupported_ECDiffieHellman_Csp
static string Argument_InvalidOidValue
static string Arg_RankMultiDimNotSupported
static string Arg_EmptyOrNullString
static string Cryptography_CertReq_DuplicateExtension
static string Cryptography_Cert_AlreadyHasPrivateKey
static string Cryptography_InvalidHandle
static string Cryptography_InvalidPaddingMode
static string Cryptography_CertReq_IssuerKeyUsageInvalid
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string Cryptography_X509_InvalidFindType
static string Cryptography_X509_StoreNotOpen
static string NotSupported_ECDsa_Csp
static string Cryptography_UnknownKeyAlgorithm
static string Cryptography_CertReq_RSAPaddingRequired
static string Argument_InvalidOffLen
static string Cryptography_PrivateKey_WrongAlgorithm
static readonly bool s_usingResourceKeys
static string Cryptography_CertReq_DatesReversed
static string Cryptography_PrivateKey_DoesNotMatch
static string Argument_InvalidNameType
static string Arg_InvalidType
static string Cryptography_CertReq_NotAfterNotNested
static string Cryptography_CertReq_IssuerRequiresPrivateKey
static string Arg_EmptyOrNullArray
static string Cryptography_HashAlgorithmNameNullOrEmpty