IdentityConfiguration.DetectReplayedTokens 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定預設處理常式組態中的值,指出處理常式是否應該會偵測重新執行的語彙基元。
public:
property bool DetectReplayedTokens { bool get(); void set(bool value); };
public bool DetectReplayedTokens { get; set; }
member this.DetectReplayedTokens : bool with get, set
Public Property DetectReplayedTokens As Boolean
屬性值
如果處理常式應該會偵測到重新執行的語彙基元,則為 true
,否則為false
。