Saml2SubjectConfirmationData.NotBefore 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置时间实例,在此之前主题不能被确认。 [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 属性。