IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SignerCertSerialNumber Property

The serial number of the certificate encoded as a string.

Syntax

ANSI (Cross Platform)
char* GetSignerCertSerialNumber();

Unicode (Windows)
LPWSTR GetSignerCertSerialNumber();
@property (nonatomic,readonly,assign,getter=signerCertSerialNumber) NSString* signerCertSerialNumber;
- (NSString*)signerCertSerialNumber;
#define PID_SMIME_SIGNERCERTSERIALNUMBER 35

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_SMIME_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The serial number of the certificate encoded as a string. The number is encoded as a series of hexadecimal digits, each two of them representing a byte of the serial number.

This property is read-only.

Data Type

String

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