Saml2Assertion.IssueInstant 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定發出的瞬間 (以 UTC 時間表示)。 [Saml2Core, 2.3.3]
public:
property DateTime IssueInstant { DateTime get(); void set(DateTime value); };
public DateTime IssueInstant { get; set; }
member this.IssueInstant : DateTime with get, set
Public Property IssueInstant As DateTime
屬性值
表示發出這個判斷提示之時間 (以 UTC 表示) 的 DateTime。 預設為 UtcNow。
備註
IssueInstant 屬性。 這是必要屬性。