EnrollmentDataCollection Constructor (IList)

Inintializes a new instance of the EnrollmentDataCollection class based on the EnrollmentDataItem list passed as a parameter.

Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim list As IList(Of EnrollmentDataItem)

Dim instance As New EnrollmentDataCollection(list)

Syntax

'Declaration
Public Sub New ( _
    list As IList(Of EnrollmentDataItem) _
)
public EnrollmentDataCollection (
    IList<EnrollmentDataItem> list
)
public:
EnrollmentDataCollection (
    IList<EnrollmentDataItem^>^ list
)
public EnrollmentDataCollection (
    IList<EnrollmentDataItem> list
)
public function EnrollmentDataCollection (
    list : IList<EnrollmentDataItem>
)

Parameters

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

EnrollmentDataCollection Class
EnrollmentDataCollection Members
Microsoft.Clm.Shared.CertificateServer Namespace