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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.