共用方式為


Saml2SecurityTokenHandler.DetectReplayedToken(SecurityToken) 方法

定義

如果語彙基元重新執行快取中已存在指定的語彙基元,會擲回例外狀況,否則語彙基元會加入至快取。

protected:
 override void DetectReplayedToken(System::IdentityModel::Tokens::SecurityToken ^ token);
protected override void DetectReplayedToken (System.IdentityModel.Tokens.SecurityToken token);
override this.DetectReplayedToken : System.IdentityModel.Tokens.SecurityToken -> unit
Protected Overrides Sub DetectReplayedToken (token As SecurityToken)

參數

token
SecurityToken

表示要檢查之 SAML 2.0 安全性權杖 (權杖的型別應為 SecurityToken) 的 Saml2SecurityToken

例外狀況

tokennull

Configuration 屬性為 null

-或-

此處理常式組態 (經由 TokenReplayCache 屬性存取) 的 Caches 屬性下未設定任何 Configuration

token 無法轉換為 Saml2SecurityToken 的執行個體。

和此語彙基元相關聯的判斷提示的 ID 是null或空白。 (語彙基元的 Assertion 屬性會參考具有 Saml2Assertion 屬性 (其參考含有值為 null 或空白之 Id 屬性的 Saml2Id) 的 Value)。

備註

默認行為是只檢查持有人令牌, (沒有密鑰的令牌) 。 令牌重新執行快取是TokenReplayCache透過 透過屬性所參考Configuration對象的屬性SecurityTokenHandlerConfiguration,為此處理程式Caches設定的物件。

適用於