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