AssertionNotBefore Property

The date on which the assertion becomes valid.

Syntax

ANSI (Cross Platform)
char* GetAssertionNotBefore();

Unicode (Windows)
LPWSTR GetAssertionNotBefore();
@property (nonatomic,readonly,assign,getter=assertionNotBefore) NSString* assertionNotBefore;
- (NSString*)assertionNotBefore;
#define PID_SAML_ASSERTIONNOTBEFORE 5

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_SAML_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property specifies the earliest time instant at which the assertion is valid.

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

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

Data Type

String

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