IOpcSignatureRelationshipReferenceSet interface

An unordered set of IOpcSignatureRelationshipReference interface pointers that represent references to Relationships parts that contain relationships to be signed.

When to implement

Never. Custom implementations of this interface are not supported.

Members

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

Methods

The IOpcSignatureRelationshipReferenceSet interface has these methods.

MethodDescription
Create

Creates an IOpcSignatureRelationshipReference interface pointer that represents a reference to a Relationships part, and adds the new interface pointer to the set.

CreateRelationshipSelectorSet

Creates an IOpcRelationshipSelectorSet interface pointer that is used as the selectorSet parameter value of the Create method.

Delete

Deletes a specified IOpcSignatureRelationshipReference interface pointer from the set.

GetEnumerator

Gets an enumerator of IOpcSignatureRelationshipReference interface pointers in the set.

 

Remarks

To create an IOpcSignatureRelationshipReference interface pointer that represents a reference to a Relationships part, call the Create method. This reference will indicate whether all or a subset of the relationships in the Relationships part will be signed when the signature is generated.

To access an IOpcSignatureRelationshipReferenceSet interface pointer, call the IOpcSigningOptions::GetSignatureRelationshipReferenceSet method.

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

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

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
IOpcSigningOptions
OPC_CANONICALIZATION_METHOD
OPC_RELATIONSHIPS_SIGNING_OPTION
Core Packaging Interfaces
Packaging Interfaces
Packaging API Reference
Packaging API Samples

 

 

Community Additions

ADD
Show: