CertEffectiveDate Property

The date which this certificate becomes valid.

Syntax

ANSI (Cross Platform)
char* GetCertEffectiveDate();

Unicode (Windows)
LPWSTR GetCertEffectiveDate();
@property (nonatomic,readonly,assign,getter=certEffectiveDate) NSString* certEffectiveDate;
- (NSString*)certEffectiveDate;
#define PID_CERTMGR_CERTEFFECTIVEDATE 1

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The date which this certificate becomes valid. Prior to this it is not valid. The following is an example of an encoded date illustrating the format:

23-Jan-2000 15:00:00.

This property is read-only.

Data Type

String

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