Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.92 KB

signers-newenum.md

File metadata and controls

61 lines (38 loc) · 1.92 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The \_NewEnum property of Signers retrieves an IEnumVARIANT interface on an object that can be used to enumerate the collection. This property is hidden within Visual Basic Scripting Edition (VBScript).
99d7ddd3-a552-4125-b220-d1b28f20d1ed
Signers._NewEnum property
reference
05/31/2018
APIRef
kbSyntax
Signers._NewEnum
COM
Capicom.dll

Signers._NewEnum property

[The _NewEnum property is available for use in the operating systems specified in the Requirements section. Instead, use a collection of CmsSigner objects. For more information, see the CmsSigner Class in the System.Security.Cryptography.Pkcs namespace.]

The _NewEnum property retrieves an IEnumVARIANT interface on an object that can be used to enumerate the collection. This property is hidden within Visual Basic Scripting Edition (VBScript).

Syntax

Signers._NewEnum As IUnknown

Property value

An IEnumVARIANT interface on an object that can be used to enumerate the collection.

Remarks

This property is automatically used internally when you use the For Each In construct in Visual Basic Scripting Edition (VBScript).

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Signers