OPC Studio User's Guide and Reference
PkiFindType Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace : PkiFindType Enumeration
Specifies the type of value that is searched for in the certificate collection.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<GuidAttribute("18ABD040-2774-4F5E-AAAA-5C0D6BFE51ED")>
Public Enum PkiFindType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PkiFindType
[ComVisible(true)]
[Guid("18ABD040-2774-4F5E-AAAA-5C0D6BFE51ED")]
public enum PkiFindType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[Guid("18ABD040-2774-4F5E-AAAA-5C0D6BFE51ED")]
public enum class PkiFindType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
FindByApplicationPolicy10

The value of this enum member is 10.

FindByCertificatePolicy11

The value of this enum member is 11.

FindByExtension12

The value of this enum member is 12.

FindByIssuerDistinguishedName4

The value of this enum member is 4.

FindByIssuerName3

The value of this enum member is 3.

FindByKeyUsage13

The value of this enum member is 13.

FindBySerialNumber5

The value of this enum member is 5.

FindBySubjectDistinguishedName2

The value of this enum member is 2.

FindBySubjectKeyIdentifier14

The value of this enum member is 14.

FindBySubjectName1

The value of this enum member is 1.

FindByTemplateName9

The value of this enum member is 9.

FindByThumbprint0

The value of this enum member is 0.

FindByTimeExpired8

The value of this enum member is 8.

FindByTimeNotYetValid7

The value of this enum member is 7.

FindByTimeValid6

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