76 public Oid(
string oid)
87 public Oid(
string?
value,
string? friendlyName)
108 if (friendlyName ==
null)
117 return new Oid(
text, friendlyName, group);
122 if (oidValue ==
null)
131 return new Oid(oidValue,
text, group);
static string ToOid(string friendlyName, OidGroup oidGroup, bool fallBackToAllGroups)
static string ToFriendlyName(string oid, OidGroup oidGroup, bool fallBackToAllGroups)
static string Cryptography_Oid_SetOnceFriendlyName
static string Cryptography_Oid_InvalidName
static string Cryptography_Oid_InvalidValue
static string Cryptography_Oid_SetOnceValue
Oid(string? value, string? friendlyName)
bool _hasInitializedFriendlyName
static Oid FromOidValue(string oidValue, OidGroup group)
Oid(string value, string friendlyName, OidGroup group)
static Oid FromFriendlyName(string friendlyName, OidGroup group)