IOpcSignatureRelationshipReferenceSet interface (msopc.h)
An unordered set of IOpcSignatureRelationshipReference interface pointers that represent references to Relationships parts that contain relationships to be signed.
Inheritance
The IOpcSignatureRelationshipReferenceSet interface inherits from the IUnknown interface. IOpcSignatureRelationshipReferenceSet also has these types of members:
Methods
The IOpcSignatureRelationshipReferenceSet interface has these methods.
IOpcSignatureRelationshipReferenceSet::Create Creates an IOpcSignatureRelationshipReference interface pointer that represents a reference to a Relationships part, and adds the new interface pointer to the set. |
IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet Creates an IOpcRelationshipSelectorSet interface pointer that is used as the selectorSet parameter value of the Create method. |
IOpcSignatureRelationshipReferenceSet::Delete Deletes a specified IOpcSignatureRelationshipReference interface pointer from the set. |
IOpcSignatureRelationshipReferenceSet::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
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | msopc.h |
See also
Getting Started with the Packaging API
OPC_RELATIONSHIPS_SIGNING_OPTION
Overviews
Packaging API Programming Guide
Packaging Digital Signature Interfaces
Reference