BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs Properties
Contains data for the QueryNonTrustedTypeValidation event.| Name | Description |
|---|---|
| AssemblyName | Gets the assembly name. Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
| AssemblyQualifiedTypeName |
Gets the assembly-qualified name of the type, which includes the name of the assembly from which this Type object is being loaded.
|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| IsKnownType | Gets whether the type is whitelisted (the type is safe). Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
| IsKnownTypeDescendant | Gets whether the type derives from the “safe” type. |
| IsMalformedOrCorrupted | Gets whether the type is malformed (invalid). |
| IsUnsafe | Gets whether the type is unsafe. |
| QueryLevel | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
| TypeName | Gets the type name. |
See Also