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::FromFriendlyName Method (String^, OidGroup)
.NET Framework (current version)
Creates an Oid object from an OID friendly name by searching the specified group.
Assembly: System (in System.dll)
Parameters
- friendlyName
-
Type:
System::String^
The friendly name of the identifier.
- group
-
Type:
System.Security.Cryptography::OidGroup
The group to search in.
| Exception | Condition |
|---|---|
| ArgumentNullException | friendlyName is null. |
| CryptographicException | The OID was not found. |
.NET Framework
Available since 4.5
Available since 4.5
Show: