Saml2SubjectConfirmationData.NotBefore 属性

定义

获取或设置时间实例,在此之前主题不能被确认。 [Saml2Core, 2.4.1.2]

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 可为空。

注解

NotBefore 属性。

适用于