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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.