Share via


SessionSecurityTokenCacheKey.IgnoreKeyGeneration プロパティ

定義

インデックスの比較を行う時に、キーの世代を無視できるかどうかを示す値を取得または設定します。

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

プロパティ値

キー生成を無視する場合は true。それ以外の場合は false

注釈

このプロパティは、プロパティが、および の各メソッドと演算子EqualsEqualityGetHashCodeInequalityによって処理される方法KeyGenerationに影響します。ToString

適用対象