Class SecuredJsonAttribute
Specifies whether the annotated class will be secured against JSON tampering when serialized.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class SecuredJsonAttribute : Attribute
- Inheritance
-
objectAttributeSecuredJsonAttribute
- Extension Methods
Remarks
JSON security applied during serialization/deserialization between client and server.