OPC Labs Base Library
PkiFindType Enumeration
OpcLabs_BaseLib ActiveX DLL : PkiFindType Enumeration
Description
Specifies the type of value that is searched for in the certificate collection.

 

UUID: 18abd040-2774-4f5e-aaaa-5c0d6bfe51ed

 

For more information, see PkiFindType in .NET Reference.

Members
MemberValueDescription
PkiFindType_FindByApplicationPolicy10Find a string representing either the application policy friendly name or the object identifier (OID, or Oid) of the certificate.
PkiFindType_FindByCertificatePolicy11Find a string representing either the friendly name or the object identifier (OID, or Oid) of the certificate policy.
PkiFindType_FindByExtension12Find a string describing the extension to find.
PkiFindType_FindByIssuerDistinguishedName4Find a string representing the issuer distinguished name of the certificate.
PkiFindType_FindByIssuerName3Find a string representing the issuer name of the certificate.
PkiFindType_FindByKeyUsage13Find a string representing the key usage or an integer representing a bit mask containing all the requested key usages.
PkiFindType_FindBySerialNumber5Find a string that represents the serial number of the certificate.
PkiFindType_FindBySubjectDistinguishedName2Find a string representing the subject distinguished name of the certificate.
PkiFindType_FindBySubjectKeyIdentifier14Find a string representing the subject key identifier in hexadecimal.
PkiFindType_FindBySubjectName1Find a string representing the subject name of the certificate.
PkiFindType_FindByTemplateName9Find a string representing the template name of the certificate.
PkiFindType_FindByThumbprint0Find a string representing the thumbprint of the certificate.
PkiFindType_FindByTimeExpired8Find by an expired DateTime value in local time.
PkiFindType_FindByTimeNotYetValid7Find by a not-yet-valid DateTime value in local time.
PkiFindType_FindByTimeValid6Find by a valid DateTime value in local time.
Remarks

For remarks, see PkiFindType in .NET Reference.

Example

For examples, see PkiFindType in .NET Reference.