.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.X509IdentityTokenCollection Class Reference

A collection of X509IdentityToken objects. More...

Inherits List< X509IdentityToken >, and ICloneable.

Public Member Functions

 X509IdentityTokenCollection ()
 Initializes the collection with default values. More...
 
 X509IdentityTokenCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 X509IdentityTokenCollection (IEnumerable< X509IdentityToken > collection)
 Initializes the collection with another collection. More...
 
object Clone ()
 Creates a deep copy of the collection. More...
 

Static Public Member Functions

static implicit operator X509IdentityTokenCollection (X509IdentityToken[] values)
 Converts an array to a collection. More...
 
static operator X509IdentityToken[] (X509IdentityTokenCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of X509IdentityToken objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.X509IdentityTokenCollection.X509IdentityTokenCollection ( )
inline

Initializes the collection with default values.

UnifiedAutomation.UaBase.X509IdentityTokenCollection.X509IdentityTokenCollection ( int  capacity)
inline

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.X509IdentityTokenCollection.X509IdentityTokenCollection ( IEnumerable< X509IdentityToken collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.X509IdentityTokenCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.X509IdentityTokenCollection.operator X509IdentityToken[] ( X509IdentityTokenCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.X509IdentityTokenCollection.operator X509IdentityTokenCollection ( X509IdentityToken[]  values)
inlinestatic

Converts an array to a collection.


The documentation for this class was generated from the following file: