StringTypeNameTrustLevel Enum
The trust level for a string type name being validated in the Resolve(string, bool) method.
public enum StringTypeNameTrustLevel
Fields
| Name | Description |
|---|---|
| ConditionallyTrusted | The type is not fully-trusted per the TrustedCodeService configuration, due to the assembly name not fully matching a trusted assembly name. This may occur when the full type name only includes an assembly name, but no version, culture, or public key token information, and the name alone matches a trusted assembly name. In this case, the TypeResolutionRequested event handler must specifically allow the type to be trusted if appropriate. |
| Trusted | The type is trusted per the TrustedCodeService configuration. |
| Untrusted | The type is untrusted. |