OPC Studio User's Guide and Reference
_CertificateQueryCollection Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace : _CertificateQueryCollection Interface
Exposes OpcLabs.BaseLib.Security.CertificateQueryCollection to COM clients.

This interface represents a collection, where the items are of type OpcLabs.BaseLib.Security.CertificateQuery.

Object Model
_CertificateQueryCollection InterfaceCertificateQuery Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("F9E18096-F237-4436-AE1D-E3F66F206539")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _CertificateQueryCollection 
'Usage
 
Dim instance As _CertificateQueryCollection
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("F9E18096-F237-4436-AE1D-E3F66F206539")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _CertificateQueryCollection 
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("F9E18096-F237-4436-AE1D-E3F66F206539")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _CertificateQueryCollection 
Remarks

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