Discuss this help topic in SecureBlackbox Forum

TElSAMLConditionsElement.NotBefore

TElSAMLConditionsElement     See also     


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


Specifies the earliest time at which the assertion is valid.

Declaration

[C#]
    DateTime NotBefore;

[VB.NET]
    Property NotBefore As DateTime

[Pascal]
    property NotBefore : TElDateTime;

[C++]
    int64_t get_NotBefore();
    void set_NotBefore(int64_t Value);

[PHP]
    DateTime get_NotBefore()
    void set_NotBefore(DateTime $Value)

[Java]
    Date getNotBefore();
    void setNotBefore(Date Value);

Description

This property specifies the earliest time, in UTC, at which the assertion is valid.

See also:     NotOnOrAfter    

Discuss this help topic in SecureBlackbox Forum