IXpsSigningOptions::GetSignaturePartName method
Gets the part name of the document's signature part.
Syntax
HRESULT GetSignaturePartName(
[out, retval] IOpcPartUri **signaturePartName
);
Parameters
signaturePartName [out, retval]
A pointer to an IOpcPartUri interface that contains the part name of the document's signature part.If a signature part name has not been set, a NULL pointer is returned.
Return value
If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.
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 |