IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

CertVersion Property

The certificate's version number.

Syntax

ANSI (Cross Platform)
char* GetCertVersion();

Unicode (Windows)
LPWSTR GetCertVersion();
@property (nonatomic,readonly,assign,getter=certVersion) NSString* certVersion;
- (NSString*)certVersion;
#define PID_CERTMGR_CERTVERSION 23

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The certificate's version number. The possible values are the strings "V1", "V2", and "V3".

This property is read-only.

Data Type

String

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