IssuedSecurityTokenProvider.GetTokenCore(TimeSpan) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得權杖核心。
protected:
override System::IdentityModel::Tokens::SecurityToken ^ GetTokenCore(TimeSpan timeout);
protected override System.IdentityModel.Tokens.SecurityToken GetTokenCore (TimeSpan timeout);
override this.GetTokenCore : TimeSpan -> System.IdentityModel.Tokens.SecurityToken
Protected Overrides Function GetTokenCore (timeout As TimeSpan) As SecurityToken
參數
傳回
SecurityToken,表示權杖核心。
備註
當快取和重複使用由 GetTokenCore 方法傳回的安全性權杖時,必須特別小心;因為安全性權杖可能會在關閉與權杖提供者關聯的通道時變成無法使用。 如果要求的金鑰類型為非對稱,而且當呼叫 GetTokenCore 方法時執行緒正在模擬的內容中執行,安全性權杖就會變成無法使用。