SecureZipPolicy.TrustBoundaryViolation Event
Occurs when a zip archive in the process of extraction contains entries that violate the trust boundary defined in the secure zip policy.
Namespace: DevExpress.Utils.Zip
Assembly: DevExpress.Data.v26.1.dll
Declaration
public static event SecureZipPolicy.TrustBoundaryViolationWeakEventHandler TrustBoundaryViolation
Event Data
The TrustBoundaryViolation event's data class is SecureZipPolicy.TrustBoundaryViolationEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Exception | Gets the exception associated with the trust boundary violation. |
| ViolationCode | Gets code that identifies the violated trust boundary. |
See Also