Saml2AuthenticationStatement.SessionNotOnOrAfter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定由主體 (Subject) 所識別的主體 (Principal) 及發出此陳述式的 SAML 授權單位之間的工作階段必須視為結束的瞬間。 [Saml2Core, 2.7.2]
public:
property Nullable<DateTime> SessionNotOnOrAfter { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? SessionNotOnOrAfter { get; set; }
member this.SessionNotOnOrAfter : Nullable<DateTime> with get, set
Public Property SessionNotOnOrAfter As Nullable(Of DateTime)
屬性值
可為 Null DateTime ,表示 UTC 中的工作階段到期時間。 null
值,指出屬性未指定。
備註
SessionNotOnOrAfter 属性。