IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyEffectiveDate Property

The date when this key becomes valid.

Syntax

ANSI (Cross Platform)
char* GetKeyEffectiveDate();

Unicode (Windows)
LPWSTR GetKeyEffectiveDate();
@property (nonatomic,readonly,assign,getter=keyEffectiveDate) NSString* keyEffectiveDate;
- (NSString*)keyEffectiveDate;
#define PID_KEYMGR_KEYEFFECTIVEDATE 2

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

Default Value

""

Remarks

The date when this key becomes valid. Prior to this it is not valid. The following is an example of a valid encoded date:

23-Jan-2000 15:00:00.

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

Data Type

String

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