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.
UUID: 18abd040-2774-4f5e-aaaa-5c0d6bfe51ed
For more information, see PkiFindType in .NET Reference.
Member | Value | Description |
---|---|---|
PkiFindType_FindByApplicationPolicy | 10 | Find a string representing either the application policy friendly name or the object identifier (OID, or Oid) of the certificate. |
PkiFindType_FindByCertificatePolicy | 11 | Find a string representing either the friendly name or the object identifier (OID, or Oid) of the certificate policy. |
PkiFindType_FindByExtension | 12 | Find a string describing the extension to find. |
PkiFindType_FindByIssuerDistinguishedName | 4 | Find a string representing the issuer distinguished name of the certificate. |
PkiFindType_FindByIssuerName | 3 | Find a string representing the issuer name of the certificate. |
PkiFindType_FindByKeyUsage | 13 | Find a string representing the key usage or an integer representing a bit mask containing all the requested key usages. |
PkiFindType_FindBySerialNumber | 5 | Find a string that represents the serial number of the certificate. |
PkiFindType_FindBySubjectDistinguishedName | 2 | Find a string representing the subject distinguished name of the certificate. |
PkiFindType_FindBySubjectKeyIdentifier | 14 | Find a string representing the subject key identifier in hexadecimal. |
PkiFindType_FindBySubjectName | 1 | Find a string representing the subject name of the certificate. |
PkiFindType_FindByTemplateName | 9 | Find a string representing the template name of the certificate. |
PkiFindType_FindByThumbprint | 0 | Find a string representing the thumbprint of the certificate. |
PkiFindType_FindByTimeExpired | 8 | Find by an expired DateTime value in local time. |
PkiFindType_FindByTimeNotYetValid | 7 | Find by a not-yet-valid DateTime value in local time. |
PkiFindType_FindByTimeValid | 6 | Find by a valid DateTime value in local time. |
For remarks, see PkiFindType in .NET Reference.
For examples, see PkiFindType in .NET Reference.