6internal static class SR
100 internal static string Format(
string resourceFormat,
object p1)
104 return string.Join(
", ", resourceFormat, p1);
106 return string.Format(resourceFormat, p1);
109 internal static string Format(
string resourceFormat, params
object[] args)
115 return resourceFormat +
", " +
string.Join(
", ", args);
117 return string.Format(resourceFormat, args);
119 return resourceFormat;
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string ContentException_InvalidUnderCerOrDer_TryBer
static string Argument_Tag_NotCharacterString
static string ContentException_CerRequiresIndefiniteLength
static string ContentException_PrimitiveEncodingRequired
static string ContentException_EnumeratedValueTooBig
static string Argument_DestinationTooShort
static ResourceManager s_resourceManager
static string ContentException_WrongTag
static string Argument_UnusedBitWasSet
static string ContentException_NamedBitListValueTooBig
static string ContentException_DefaultMessage
static string ContentException_InvalidUnderCer_TryBerOrDer
static string Format(string resourceFormat, object p1)
static string ContentException_ConstructedEncodingRequired
static string Argument_UnusedBitCountMustBeZero
static string Argument_EnumeratedValueRequiresNonFlagsEnum
static string ContentException_LengthExceedsPayload
static string Argument_IntegerRedundantByte
static string Argument_SourceOverlapsDestination
static string Argument_EnumeratedValueBackingTypeNotSupported
static string ContentException_LengthTooBig
static ResourceManager ResourceManager
static string ContentException_InvalidTag
static string Argument_WriteEncodedValue_OneValueAtATime
static string Argument_InvalidOidValue
static string ContentException_LengthRuleSetConstraint
static string ContentException_TooMuchData
static string Argument_NamedBitListRequiresFlagsEnum
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string Argument_IntegerCannotBeEmpty
static string ContentException_InvalidUnderDer_TryBerOrCer
static string Argument_UnusedBitCountRange
static string AsnWriter_PopWrongTag
static readonly bool s_usingResourceKeys
static string AsnWriter_EncodeUnbalancedStack
static string ContentException_SetOfNotSorted
static string Argument_UniversalValueIsFixed
static string Format(string resourceFormat, params object[] args)