SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SecInfoHashAlgorithm Property

Specifies the hash algorithm that was used to calculate the signature.

Syntax

ANSI (Cross Platform)
char* GetSecInfoHashAlgorithm();

Unicode (Windows)
LPWSTR GetSecInfoHashAlgorithm();
@property (nonatomic,readonly,assign,getter=secInfoHashAlgorithm) NSString* secInfoHashAlgorithm;
- (NSString*)secInfoHashAlgorithm;
#define PID_MAILREADER_SECINFOHASHALGORITHM 124

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

Default Value

""

Remarks

Specifies the hash algorithm that was used to calculate the signature.

This property is read-only.

Data Type

String

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