Click or drag to resize

Oid2 Constructor (Oid, OidGroupEnum, Boolean)

Initializes a new instance of the Oid2 class from an existing Oid object, OID registration group and search conditions.

Namespace:  System.Security.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Oid2(
	Oid oid,
	OidGroupEnum group,
	bool searchInDirectory
)

Parameters

oid
Type: System.Security.CryptographyOid
Specifies the object identifier friendly name or value to search.
group
Type: System.Security.CryptographyOidGroupEnum
Specifies the OID registration group to search.
searchInDirectory
Type: SystemBoolean
Specifies whether to search for an object identifier in Active Directory. If the machine is not domain-joined, an OID is searched by using local registration information.
See Also