SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestConditionsNotBefore (property)

Specifies the NotBefore condition of the request.

Syntax

@property (nonatomic,readwrite,assign,getter=authnRequestConditionsNotBefore,setter=setAuthnRequestConditionsNotBefore:) NSString* authnRequestConditionsNotBefore;
- (NSString*)authnRequestConditionsNotBefore;
- (void)setAuthnRequestConditionsNotBefore:(NSString*)newAuthnRequestConditionsNotBefore;
public var authnRequestConditionsNotBefore: String {
  get {...}
set {...} }

Default Value

""

Remarks

Specifies the NotBefore condition of the request.

Use this property to access or set the NotBefore condition of the request.

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