ClaimActionCollection.Remove(String) Method

Definition

Remove all claim actions for the given ClaimType.

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

Parameters

claimType
String

The ClaimType of maps to remove.

Applies to