Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestAbstractType.IssueInstant

TElSAMLRequestAbstractType     See also     


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


The time instant when this request is 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

Use this property to specify the time instant (in UTC) of issue of this request.

See also:     Issuer    

Discuss this help topic in SecureBlackbox Forum