IXpsSigningOptions::GetSigningTimeFormat method (xpsdigitalsignature.h)

Gets the format of the signing time string.

Syntax

HRESULT GetSigningTimeFormat(
  [out, retval] OPC_SIGNATURE_TIME_FORMAT *timeFormat
);

Parameters

[out, retval] timeFormat

The OPC_SIGNATURE_TIME_FORMAT value that specifies the format of the signing time string.

Return value

If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.

Remarks

For more information about the format of the date-time string that is passed in timeFormat, see OPC_SIGNATURE_TIME_FORMAT.

If a signing time format has not been set, OPC_SIGNATURE_TIME_FORMAT_MILLISECONDS will be used as the default format.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header xpsdigitalsignature.h

See also

IOpcSigningOptions

IXpsSigningOptions

OPC_SIGNATURE_TIME_FORMAT

XML Paper Specification