SecurityTokenHandlerCollection.AddOrReplace(SecurityTokenHandler) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的權杖處理常式加入至這個集合。 如果相同集合中已經有另一個權杖類型識別項相同的處理常式,它會被指定的處理常式取代。
public:
void AddOrReplace(System::IdentityModel::Tokens::SecurityTokenHandler ^ handler);
public void AddOrReplace (System.IdentityModel.Tokens.SecurityTokenHandler handler);
member this.AddOrReplace : System.IdentityModel.Tokens.SecurityTokenHandler -> unit
Public Sub AddOrReplace (handler As SecurityTokenHandler)
參數
- handler
- SecurityTokenHandler
要加入到集合的權杖處理常式。