API Documentation Integration MsecSdk
Properties | List of all members
MsecUnitySdk.ViolationInfo Class Reference

Represents information about a security violation detected by the Msec SDK. More...

Properties

int Category [get, set]
 The category ID of the violation. More...
 
string Name [get, set]
 The name of the violation. More...
 
int Code [get, set]
 The code associated with the violation. More...
 

Detailed Description

Represents information about a security violation detected by the Msec SDK.

This class encapsulates details of a security violation, including its category, name, and code. It is used by the Msec SDK to report detected violations to listeners via the IMsecSdkListener interface.

Property Documentation

◆ Category

int MsecUnitySdk.ViolationInfo.Category
getset

The category ID of the violation.

Represents the type or group of the violation as an integer identifier. This property is publicly readable but can only be set internally by the SDK.

◆ Code

int MsecUnitySdk.ViolationInfo.Code
getset

The code associated with the violation.

Represents a specific error or status code for the violation, used for further identification. This property is publicly readable but can only be set internally by the SDK.

◆ Name

string MsecUnitySdk.ViolationInfo.Name
getset

The name of the violation.

Provides a human-readable description or identifier for the violation. This property is publicly readable but can only be set internally by the SDK.


The documentation for this class was generated from the following file: