ClaimsIdentity.TryRemoveClaim Method
Attempts to remove a claim from the claims identity.
Namespace: System.Security.Claims
Assembly: mscorlib (in mscorlib.dll)
abstract TryRemoveClaim : claim:Claim -> bool override TryRemoveClaim : claim:Claim -> bool
Parameters
- claim
- Type: System.Security.Claims.Claim
The claim to remove.
It is possible that the claim cannot be removed because it is not owned by the identity. For example, this would be the case for role claims that are owned by the principal.
The specified claim is matched by object reference (ReferenceEquals).
This method has the SecurityCritical attribute applied to control which entities can remove claims from the identity. Further down the pipe, authorization decisions are made based on the claims that are present in the Claims collection.
- SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.