IOpcSignaturePartReferenceSet interface

An unordered set of IOpcSignaturePartReference interface pointers that represent references to parts to be signed.

When to implement

Never. Custom implementations of this interface are not supported.

Members

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

Methods

The IOpcSignaturePartReferenceSet interface has these methods.

MethodDescription
Create

Creates an IOpcSignaturePartReference interface pointer that represents a reference to a part to be signed, and adds the new interface to the set.

Delete

Deletes a specified IOpcSignaturePartReference interface pointer from the set.

GetEnumerator

Gets an enumerator of IOpcSignaturePartReference interface pointers in the set.

 

Remarks

Only parts that can be represented by the IOpcPart interface can be referenced by an IOpcSignaturePartReference interface pointer. Relationships parts are referenced for signing by a pointer to the IOpcSignatureRelationshipReference interface. To create an IOpcSignatureRelationshipReference interface pointer, call the IOpcSignatureRelationshipReferenceSet::Create method.

When an IOpcSignaturePartReference interface pointer is created and added to the set, the reference it represents is saved when the package is saved.

When an IOpcSignaturePartReference interface pointer is deleted from the set, the reference it represents is not saved when the package is saved.

To create an IOpcSignaturePartReferenceSet interface pointer, call the IOpcSigningOptions::GetSignaturePartReferenceSet method.

Thread Safety

Packaging objects are not thread-safe.

For more information, see the Getting Started with the Packaging API.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

Msopc.h

IDL

Msopc.idl

See also

Packaging Digital Signature Interfaces
Overviews
Digital Signatures Overview
Getting Started with the Packaging API
Packaging API Programming Guide
Reference
IOpcSignatureRelationshipReferenceSet
IOpcSigningOptions
OPC_CANONICALIZATION_METHOD
Core Packaging Interfaces
Packaging Interfaces
Packaging API Reference
Packaging API Samples

 

 

Community Additions

ADD
Show: