assertionNotOnOrAfter (property)

The time at which the assertion expires.

Syntax

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

Default Value

""

Remarks

This property specifies the time instant at which the assertion has expired.

This is in the standard xsd:dateTime format "YYYY-MM-DDThh:mm:ss". The date is specified in UTC.

This property is read-only.

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