OPC Studio User's Guide and Reference
PkiFindType Property (_CertificateQuery)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > _CertificateQuery Interface : PkiFindType Property
Specifies the type of value to search for in PKI certificate store.
Syntax
'Declaration
 
Property PkiFindType As PkiFindType
'Usage
 
Dim instance As _CertificateQuery
Dim value As PkiFindType
 
instance.PkiFindType = value
 
value = instance.PkiFindType
PkiFindType PkiFindType {get; set;}
property PkiFindType PkiFindType {
   PkiFindType get();
   void set (    PkiFindType value);
}

Property Value

The default value of this property is FindBySubjectDistinguishedName (PkiFindType.FindBySubjectDistinguishedName).

Remarks

Defines the type of X.509 search to be executed. The type contained in the FindValue property must satisfy the requirements of this property. Valid values include the following:

The default value is FindBySubjectDistinguishedName. This attribute is of type PkiFindType.

For more information, see https .

See also: https

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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