ClaimsIdentity::TryRemoveClaim Method (Claim^)
.NET Framework (current version)
Attempts to remove a claim from the claims identity.
Assembly: mscorlib (in mscorlib.dll)
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.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Available since 10
.NET Framework
Available since 4.5
Show: