IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

keyExpirationDate (property)

The date the key expires.

Syntax

@property (nonatomic,readonly,assign,getter=keyExpirationDate) NSString* keyExpirationDate;
- (NSString*)keyExpirationDate;
public var keyExpirationDate: String {
  get {...}
}

Default Value

""

Remarks

The date the key expires. After this date the key will no longer be valid. The following is an example of a valid encoded date:

23-Jan-2001 15:00:00.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 iOS Edition - Version 20.0 [Build 8249]