Specifies the type of value that is searched for in the certificate collection.
Syntax
Members
Member | Value | Description |
FindByApplicationPolicy | 10 | The value of this enum member is 10. |
FindByCertificatePolicy | 11 | The value of this enum member is 11. |
FindByExtension | 12 | The value of this enum member is 12. |
FindByIssuerDistinguishedName | 4 | The value of this enum member is 4. |
FindByIssuerName | 3 | The value of this enum member is 3. |
FindByKeyUsage | 13 | The value of this enum member is 13. |
FindBySerialNumber | 5 | The value of this enum member is 5. |
FindBySubjectDistinguishedName | 2 | The value of this enum member is 2. |
FindBySubjectKeyIdentifier | 14 | The value of this enum member is 14. |
FindBySubjectName | 1 | The value of this enum member is 1. |
FindByTemplateName | 9 | The value of this enum member is 9. |
FindByThumbprint | 0 | The value of this enum member is 0. |
FindByTimeExpired | 8 | The value of this enum member is 8. |
FindByTimeNotYetValid | 7 | The value of this enum member is 7. |
FindByTimeValid | 6 | The value of this enum member is 6. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.PkiFindType
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also