Saml2Assertion.IssueInstant プロパティ

定義

問題の瞬間 (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 属性。 この属性は必須です。

適用対象