4 references to OidTagPrefix
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (4)
163
decodedName.Append(
OidTagPrefix
);
479
if (str.Length >
OidTagPrefix
.Length)
481
bool prefixed = str.StartsWith(
OidTagPrefix
, StringComparison.OrdinalIgnoreCase);
485
return str.Slice(
OidTagPrefix
.Length);