CertExpirationDate Property

The date the certificate expires.

Syntax

ANSI (Cross Platform)
char* GetCertExpirationDate();

Unicode (Windows)
LPWSTR GetCertExpirationDate();
@property (nonatomic,readonly,assign,getter=certExpirationDate) NSString* certExpirationDate;
- (NSString*)certExpirationDate;
#define PID_CERTMGR_CERTEXPIRATIONDATE 3

IPWORKSSSH_EXTERNAL void* IPWORKSSSH_CALL IPWorksSSH_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The date the certificate expires. Dates following this date, the certificate will no longer be valid. The following is an example of an encoded date illustrating the format:

23-Jan-2001 15:00:00.

This property is read-only.

Data Type

String

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 C++ Edition - Version 20.0 [Build 8501]