3 references to OidUrnPrefix
System.Core (3)
System\Security\Cryptography\Rfc4050KeyFormatter.cs (3)
136if (!oidUrn.StartsWith(OidUrnPrefix, StringComparison.OrdinalIgnoreCase)) { 148return ECCurve.CreateFromValue(oidUrn.Substring(OidUrnPrefix.Length)); 293writer.WriteAttributeString(UrnAttribute, OidUrnPrefix + oidValue);