IXpsSignatureCollection interface (xpsdigitalsignature.h)

A collection of IXpsSignature interface pointers.

Inheritance

The IXpsSignatureCollection interface inherits from the IUnknown interface. IXpsSignatureCollection also has these types of members:

Methods

The IXpsSignatureCollection interface has these methods.

 
IXpsSignatureCollection::GetAt

Gets an IXpsSignature interface pointer from a specified location in the collection.
IXpsSignatureCollection::GetCount

Gets the number of IXpsSignature interface pointers in the collection.
IXpsSignatureCollection::RemoveAt

Removes and releases an IXpsSignature interface pointer from a specified location in the collection.

Remarks

For more information about the collection methods, see Working with XPS OM Collection Interfaces.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header xpsdigitalsignature.h

See also

IXpsSignature

Interfaces

Working with XPS OM Collection Interfaces

XML Paper Specification