SamlConditions.NotOnOrAfter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.