The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Oid::FromOidValue Method (String^, OidGroup)
.NET Framework (current version)
Creates an Oid object by using the specified OID value and group.
Assembly: System (in System.dll)
Parameters
- oidValue
-
Type:
System::String^
The OID value.
- group
-
Type:
System.Security.Cryptography::OidGroup
The group to search in.
| Exception | Condition |
|---|---|
| ArgumentNullException | oidValue is null. |
| CryptographicException | The friendly name for the OID value was not found. |
.NET Framework
Available since 4.5
Available since 4.5
Show: