ClaimActionCollection.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.