Skip to main content
All docs
V26.1
  • SecureZipPolicy.TrustBoundaryViolationEventArgs.ViolationCode Property

    Gets code that identifies the violated trust boundary.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public TrustBoundaryViolationCode ViolationCode { get; }

    Property Value

    Type Description
    DevExpress.Utils.Zip.Diagnostics.TrustBoundaryViolationCode

    A value that identifies the trust boundary violation.

    See Also