Saml2Conditions.NotBefore 属性

定义

获取或设置断言有效的最早时间。 [Saml2Core, 2.5.1]

public:
 property Nullable<DateTime> NotBefore { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? NotBefore { get; set; }
member this.NotBefore : Nullable<DateTime> with get, set
Public Property NotBefore As Nullable(Of DateTime)

属性值

包含 UTC 中的有效时间的 DateTime 可为空。 一个表示特性不存在的 null 值。

例外

NotOnOrAfter 属性不是 null ,并尝试设置在由 NotOnOrAfter 属性指定的时间常数之时获之后发生的值。

注解

NotBefore 属性。

适用于