Oid2(String, OidGroup, Boolean) Constructor
Initializes a new instance of the Oid2 class using the specified Oid friendly name or value, OID registration group and search conditions.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public Oid2(
string oid,
OidGroup group,
bool searchInDirectory
)
Public Sub New (
oid As String,
group As OidGroup,
searchInDirectory As Boolean
)
public:
Oid2(
String^ oid,
OidGroup group,
bool searchInDirectory
)
new :
oid : string *
group : OidGroup *
searchInDirectory : bool -> Oid2
Parameters
- oid String
- Specifies the object identifier friendly name or value to search.
- group OidGroup
- Specifies the OID registration group to search.
- 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.