API Documentation Integration MsecSdk
|
Classes | |
class | BaseMsecSdkClient |
Abstract base class for Msec SDK client implementations. More... | |
class | DummyMsecSdkClient |
interface | IMsecSdkClient |
Interface defining the contract for Msec SDK client implementations. More... | |
interface | IMsecSdkListener |
Interface defining the callback methods for Msec SDK events. More... | |
class | InitializationStatus |
Represents the status of the Msec SDK initialization process. More... | |
class | MsecSdk |
A singleton class that provides an interface to the Msec SDK for Unity. More... | |
class | MsecSdkConfig |
Global configuration used for MsecSdk. More... | |
class | MsecSdkConstants |
class | PerformanceData |
Represents performance metrics reported by the Msec SDK. More... | |
class | ViolationInfo |
Represents information about a security violation detected by the Msec SDK. More... | |
Enumerations | |
enum class | DomainCertificateVerificationResult { OK = 0 , UnknownError = 1 , SubjectKeyIdNotMatch = 2 , FingerprintNotMatch = 3 , AuthorityKeyIdNotMatch = 4 , CertNotMatch = 5 , CertFetchTimeout = -1 } |
Enumerates the possible results of domain certificate verification. More... | |
|
strong |
Enumerates the possible results of domain certificate verification.
This enum defines the outcomes when verifying a domain's SSL/TLS certificate, such as success, various mismatch errors, or timeout conditions. It is used by the MsecSdk to report certificate verification status.