Discuss this help topic in SecureBlackbox Forum
Specifies the value of the AuthnInstant attribute.
Declaration
[C#]
DateTime AuthnInstant;
[VB.NET]
Property AuthnInstant As DateTime
[Pascal]
property AuthnInstant : TElDateTime;
[C++]
int64_t get_AuthnInstant();
void set_AuthnInstant(int64_t Value);
[PHP]
DateTime get_AuthnInstant()
void set_AuthnInstant(DateTime $Value)
[Java]
Date getAuthnInstant();
void setAuthnInstant(Date Value);
Description
Use this property to specify the instant in time when authentication was granted.
Discuss this help topic in SecureBlackbox Forum