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