| Visual Basic (Usage) | Copy Code |
|---|---|
Dim collection As IEnumerable(Of CertificateIdentifier) Dim instance As New CertificateIdentifierCollection(collection) | |
| C# | |
|---|---|
public CertificateIdentifierCollection( IEnumerable<CertificateIdentifier> collection ) | |
Parameters
- collection
- A collection of values to add to this new collection
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x