Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.NotBefore

TElSAMLSubjectConfirmationDataElement     See also     


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


Time moment before which the subject cannot be confirmed.

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 time before which the subject cannot be confirmed.

See also:     NotOnOrAfter    

Discuss this help topic in SecureBlackbox Forum