共用方式為


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

備註

這個屬性會影響下列方法和運算子處理屬性的方式KeyGeneration:、、EqualityGetHashCodeInequality和 。 ToStringEquals

適用於