IXpsSignatureBlock interface

Represents a block of signature requests that are stored in a SignatureDefinitions part.

When to implement

Never. Custom implementation of this interface is not supported.

Members

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

  • Methods

Methods

The IXpsSignatureBlock interface has these methods.

Method Description
CreateRequest

Creates a new IXpsSignatureRequest interface and adds it to the signature block.

GetDocumentIndex

Gets the index of the FixedDocument part that references the SignatureDefinitions part that corresponds to this signature block.

GetDocumentName

Gets a pointer to the IOpcPartUri interface that contains the URI of the document part.

GetPartName

Gets a pointer to the IOpcPartUri interface that contains the URI of the SignatureDefinitions part.

GetRequests

Gets a pointer to the IXpsSignatureRequestCollection interface that contains a collection of signature requests.

 

Remarks

This interface cannot exist independently from the signature manager from which it was instantiated.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Xpsdigitalsignature.h

IDL

XpsDigitalSignature.idl

See also

IOpcPartUri

IXpsSignatureRequest

IXpsSignatureRequestCollection

Interfaces

XML Paper Specification