Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A collection of CertificateIdentifier objects.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class CertificateIdentifierCollection : List<CertificateIdentifier>, 
	ICloneable, ICertificateStore, IDisposable
Visual Basic
Public Class CertificateIdentifierCollection _
	Inherits List(Of CertificateIdentifier) _
	Implements ICloneable, ICertificateStore, IDisposable
Visual C++
public ref class CertificateIdentifierCollection : public List<CertificateIdentifier^>, 
	ICloneable, ICertificateStore, IDisposable

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'CertificateIdentifier>)>)>
    Opc.Ua..::..CertificateIdentifierCollection

See Also