SamlConditions.NotOnOrAfter Property

Definition

Gets the instant in time when the SAML assertion expires.

public:
 property DateTime NotOnOrAfter { DateTime get(); void set(DateTime value); };
public DateTime NotOnOrAfter { get; set; }
member this.NotOnOrAfter : DateTime with get, set
Public Property NotOnOrAfter As DateTime

Property Value

A DateTime that specifies the instant in time when the SAML assertion expires.

Remarks

The NotBefore property corresponds to the NotOnOrAfter attribute of the <saml:Conditions> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to