DeserializationSettings.RegisterTrustedClass Method
| Name | Parameters | Description |
|---|---|---|
| RegisterTrustedClass(String, String) static | assemblyName, typeName | Enables deserialization of the specified data type in the specified assembly. |
| RegisterTrustedClass(String) static | typeName | Enables deserialization of the specified data type. |
| RegisterTrustedClass(Type) static | type | Enables deserialization of the specified data type. |