次の方法で共有


SamlConditions.NotOnOrAfter プロパティ

定義

SAML アサーションの有効期間の終了時点を取得します。

public:
 property DateTime NotOnOrAfter { DateTime get(); void set(DateTime value); };
public DateTime NotOnOrAfter { get; set; }
member this.NotOnOrAfter : DateTime with get, set
Public Property NotOnOrAfter As DateTime

プロパティ値

SAML アサーションの有効期間の終了時点を指定する DateTime

注釈

NotBefore プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている NotOnOrAfter 要素の <saml:Conditions> 属性に対応します。

適用対象