Oid2(Oid, Boolean) Constructor
Initializes a new instance of the Oid2 class from an existing
Oid object.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public Oid2(
Oid oid,
bool searchInDirectory
)
Public Sub New (
oid As Oid,
searchInDirectory As Boolean
)
public:
Oid2(
Oid^ oid,
bool searchInDirectory
)
new :
oid : Oid *
searchInDirectory : bool -> Oid2
Parameters
- oid Oid
- Existing object identifier.
- searchInDirectory Boolean
-
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.
If registration information is found in Active Directory, DistinguishedName parameter contains
directory path to a OID registration entry.