Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.NotOnOrAfter

TElSAMLSubjectConfirmationDataElement     See also     


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


Limits the time until which the subject can be confirmed.

Declaration

[C#]
    DateTime NotOnOrAfter;

[VB.NET]
    Property NotOnOrAfter As DateTime

[Pascal]
    property NotOnOrAfter : TElDateTime;

[C++]
    int64_t get_NotOnOrAfter();
    void set_NotOnOrAfter(int64_t Value);

[PHP]
    DateTime get_NotOnOrAfter()
    void set_NotOnOrAfter(DateTime $Value)

[Java]
    Date getNotOnOrAfter();
    void setNotOnOrAfter(Date Value);

Description

This property specifies the time on (or after) which the subject cannot be confirmed.

See also:     NotBefore    

Discuss this help topic in SecureBlackbox Forum