Skip to content

Latest commit

 

History

History
149 lines (98 loc) · 4.72 KB

nf-msopc-iopcdigitalsignature-gettimeformat.md

File metadata and controls

149 lines (98 loc) · 4.72 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msopc.IOpcDigitalSignature.GetTimeFormat
IOpcDigitalSignature::GetTimeFormat (msopc.h)
Gets the format of the string returned by the GetSigningTime method.
GetTimeFormat
GetTimeFormat method [Open Packaging Conventions]
GetTimeFormat method [Open Packaging Conventions]
IOpcDigitalSignature interface
IOpcDigitalSignature interface [Open Packaging Conventions]
GetTimeFormat method
IOpcDigitalSignature.GetTimeFormat
IOpcDigitalSignature::GetTimeFormat
msopc/IOpcDigitalSignature::GetTimeFormat
opc.iopcdigitalsignature_gettimeformat
opc\iopcdigitalsignature_gettimeformat.htm
OPC
df142c4d-27dc-4db3-9a37-78c5703c8119
12/05/2018
GetTimeFormat, GetTimeFormat method [Open Packaging Conventions], GetTimeFormat method [Open Packaging Conventions],IOpcDigitalSignature interface, IOpcDigitalSignature interface [Open Packaging Conventions],GetTimeFormat method, IOpcDigitalSignature.GetTimeFormat, IOpcDigitalSignature::GetTimeFormat, msopc/IOpcDigitalSignature::GetTimeFormat, opc.iopcdigitalsignature_gettimeformat
msopc.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
OpcDigitalSignature.idl
Windows
19H1
IOpcDigitalSignature::GetTimeFormat
msopc/IOpcDigitalSignature::GetTimeFormat
c++
APIRef
kbSyntax
COM
msopc.h
IOpcDigitalSignature.GetTimeFormat

IOpcDigitalSignature::GetTimeFormat

-description

Gets the format of the string returned by the GetSigningTime method.

-parameters

-param timeFormat [out, retval]

An OPC_SIGNATURE_TIME_FORMAT value that describes the format of the string returned by GetSigningTime.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
E_POINTER
The timeFormat parameter is NULL.

-remarks

To access a string that indicates the time at which the current package signature was generated, call the GetSigningTime method.

To set the format of the signing time string before the signature is generated, call the IOpcSigningOptions::SetTimeFormat method. To access the format before the signature is generated, call the IOpcSigningOptions::GetTimeFormat method.

Thread Safety

Packaging objects are not thread-safe.

For more information, see the Getting Started with the Packaging API.

-see-also

Core Packaging Interfaces

Getting Started with the Packaging API

IOpcDigitalSignature

IOpcSigningOptions

Overviews

Packaging API Programming Guide

Packaging API Reference

Packaging API Samples

Packaging Digital Signature Interfaces

Packaging Interfaces

Reference