共用方式為


ClaimActionCollection.Remove(String) 方法

定義

移除指定 ClaimType 的所有宣告動作。

public:
 void Remove(System::String ^ claimType);
public void Remove (string claimType);
member this.Remove : string -> unit
Public Sub Remove (claimType As String)

參數

claimType
String

要移除的 ClaimType 對應。

適用於