SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignatureSignatureClass Property

Indicates the signature class.

Syntax

ANSI (Cross Platform)
int GetSignatureSignatureClass(int iSignatureIndex);

Unicode (Windows)
INT GetSignatureSignatureClass(INT iSignatureIndex);

Possible Values

PSC_DOCUMENT(0), 
PSC_TEXT_DOCUMENT(1),
PSC_STANDALONE(2),
PSC_UIDGENERIC(3),
PSC_UIDPERSONA(4),
PSC_UIDCASUAL(5),
PSC_UIDPOSITIVE(6),
PSC_SUBKEY_BINDING(7),
PSC_PUBLIC_KEY_BINDING(8),
PSC_DIRECT_KEY(9),
PSC_KEY_REVOCATION(10),
PSC_SUBKEY_REVOCATION(11),
PSC_CERT_REVOCATION(12),
PSC_TIMESTAMP(13),
PSC_THIRD_PARTY(14),
PSC_NOT_SPECIFIED(15)
- (int)signatureSignatureClass:(int)signatureIndex;

Possible Values

PSC_DOCUMENT(0), 
PSC_TEXT_DOCUMENT(1),
PSC_STANDALONE(2),
PSC_UIDGENERIC(3),
PSC_UIDPERSONA(4),
PSC_UIDCASUAL(5),
PSC_UIDPOSITIVE(6),
PSC_SUBKEY_BINDING(7),
PSC_PUBLIC_KEY_BINDING(8),
PSC_DIRECT_KEY(9),
PSC_KEY_REVOCATION(10),
PSC_SUBKEY_REVOCATION(11),
PSC_CERT_REVOCATION(12),
PSC_TIMESTAMP(13),
PSC_THIRD_PARTY(14),
PSC_NOT_SPECIFIED(15)
#define PID_PGPREADER_SIGNATURESIGNATURECLASS 37

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PGPReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PGPReader_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

0

Remarks

Indicates the signature class.

pscDocument0Signature over binary file
pscTextDocument1Signature over text
pscStandalone2A standalone signature
pscUIDGeneric3User certification signature
pscUIDPersona4User certification signature (persona)
pscUIDCasual5User certification signature (casual)
pscUIDPositive6User certification signature (positive)
pscSubkeyBinding7Subkey binding signature
pscPublicKeyBinding8Public key binding signature
pscDirectKey9Direct signature over a public key
pscKeyRevocation10Key revocation
pscSubkeyRevocation11Subkey revocation
pscCertRevocation12User revocation
pscTimestamp13Timestamp signature
pscThirdParty14Third-party signature
pscNotSpecified15Signature type not provided

The SignatureIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SignatureCount property.

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]