Evidence::RemoveType Method (Type^)
Removes the evidence for a given type from the host and assembly enumerations.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- t
-
Type:
System::Type^
The type of the evidence to be removed.
| Exception | Condition |
|---|---|
| ArgumentNullException | t is null. |
The results of executing the RemoveType method can be confirmed using the GetAssemblyEnumerator method and the GetHostEnumerator method.
The following code example shows the use of the RemoveType method. This example is part of a larger example provided for the Evidence class.
for the ability to control evidence. Security action: Demand. Associated enumeration: SecurityPermissionFlag::ControlEvidence
Available since 2.0