IOpcSignatureCustomObjectSet interface
An unordered set of IOpcSignatureCustomObject interface pointers that contain the XML markup of application-specific Object elements.
When to implement
Never. Custom implementations of this interface are not supported.
Members
The IOpcSignatureCustomObjectSet interface inherits from the IUnknown interface. IOpcSignatureCustomObjectSet also has these types of members:
Methods
The IOpcSignatureCustomObjectSet interface has these methods.
| Method | Description |
|---|---|
| Create |
Creates an IOpcSignatureCustomObject interface pointer to represent an application-specific Object element in the signature, and adds the new interface to the set. |
| Delete |
Deletes a specified IOpcSignatureCustomObject interface pointer from the set. |
| GetEnumerator |
Gets an enumerator of IOpcSignatureCustomObject interface pointers in the set. |
Remarks
An IOpcSignatureCustomObject interface pointer provides access to the XML markup of the Object element it represents. To access the XML markup of the Object element, call the IOpcSignatureCustomObject::GetXml method.
When an IOpcSignatureCustomObject interface pointer is created and added to the set, the Object it represents is saved when the package is saved.
When an IOpcSignatureCustomObject interface pointer is deleted from the set, the Object it represents is not saved when the package is saved.
To create an IOpcSignatureCustomObjectSet interface pointer, call the IOpcSigningOptions::GetCustomObjectSet 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 |
|
|
IDL |
|
See also
- Packaging Digital Signature Interfaces
- Overviews
- Digital Signatures Overview
- Getting Started with the Packaging API
- Packaging API Programming Guide
- Reference
- IOpcSigningOptions
- Core Packaging Interfaces
- Packaging Interfaces
- Packaging API Reference
- Packaging API Samples