Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 3.56 KB

ns-wincrypt-ocsp_signature_info.md

File metadata and controls

99 lines (69 loc) · 3.56 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
NS:wincrypt._OCSP_SIGNATURE_INFO
OCSP_SIGNATURE_INFO (wincrypt.h)
Contains a signature for an online certificate status protocol (OCSP) request or response.
*POCSP_SIGNATURE_INFO
OCSP_SIGNATURE_INFO
OCSP_SIGNATURE_INFO structure [Security]
POCSP_SIGNATURE_INFO
POCSP_SIGNATURE_INFO structure pointer [Security]
security.ocsp_signature_info
wincrypt/OCSP_SIGNATURE_INFO
wincrypt/POCSP_SIGNATURE_INFO
security\ocsp_signature_info.htm
security
1489e2a4-36f3-4e8c-9b99-7c2e396b3814
12/05/2018
*POCSP_SIGNATURE_INFO, OCSP_SIGNATURE_INFO, OCSP_SIGNATURE_INFO structure [Security], POCSP_SIGNATURE_INFO, POCSP_SIGNATURE_INFO structure pointer [Security], security.ocsp_signature_info, wincrypt/OCSP_SIGNATURE_INFO, wincrypt/POCSP_SIGNATURE_INFO
wincrypt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
OCSP_SIGNATURE_INFO, *POCSP_SIGNATURE_INFO
19H1
_OCSP_SIGNATURE_INFO
wincrypt/_OCSP_SIGNATURE_INFO
POCSP_SIGNATURE_INFO
wincrypt/POCSP_SIGNATURE_INFO
OCSP_SIGNATURE_INFO
wincrypt/OCSP_SIGNATURE_INFO
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
OCSP_SIGNATURE_INFO

OCSP_SIGNATURE_INFO structure

-description

The OCSP_SIGNATURE_INFO structure contains a signature for an online certificate status protocol (OCSP) request or response. The OCSP_SIGNED_REQUEST_INFO and OCSP_BASIC_SIGNED_RESPONSE_INFO structures use this structure.

-struct-fields

-field SignatureAlgorithm

A CRYPT_ALGORITHM_IDENTIFIER structure that specifies the algorithm used to create the Signature.

-field Signature

A BLOB that contains a signed hash of an OCSP_REQUEST_INFO or OCSP_BASIC_RESPONSE_INFO structure.

-field cCertEncoded

The number of elements in the rgCertEncoded array.

-field rgCertEncoded

An array of pointers to CERT_BLOB structures, each of which contains an encoded signature certificate.

-see-also

CERT_BLOB

CRYPT_ALGORITHM_IDENTIFIER

CRYPT_BIT_BLOB

OCSP_BASIC_SIGNED_RESPONSE_INFO

OCSP_SIGNED_REQUEST_INFO

RFC 2560 Online Certificate Status Protocol