BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs Properties
Contains data for the QueryNonTrustedTypeValidation event.
Name | Description |
---|---|
Assembly |
Gets the assembly name.
Inherited from Bind |
Assembly |
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 Cancel |
Is |
Gets whether the type is whitelisted (the type is safe).
Inherited from Bind |
Is |
Gets whether the type derives from the “safe” type. |
Is |
Gets whether the type is malformed (invalid). |
Is |
Gets whether the type is unsafe. |
Query |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Bind |
Type |
Gets the type name. |
See Also