Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionElement.IssueInstant

TElSAMLAssertionElement     See also     


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


Specifies the time when the assertion was issued.

Declaration

[C#]
    DateTime IssueInstant;

[VB.NET]
    Property IssueInstant As DateTime

[Pascal]
    property IssueInstant : TElDateTime;

[C++]
    int64_t get_IssueInstant();
    void set_IssueInstant(int64_t Value);

[PHP]
    DateTime get_IssueInstant()
    void set_IssueInstant(DateTime $Value)

[Java]
    Date getIssueInstant();
    void setIssueInstant(Date Value);

Description

    This property specifies the time instant of issue in UTC.

See also:     Issuer    

Discuss this help topic in SecureBlackbox Forum