Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnStatementElement.AuthnInstant

TElSAMLAuthnStatementElement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     SessionNotOnOrAfter    

Discuss this help topic in SecureBlackbox Forum