BogaNet 1.4.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
BogaNet.SecureType.ShortSec Class Reference

Secure short implementation. This prevents the value from being readable in the memory of the application. More...

Inheritance diagram for BogaNet.SecureType.ShortSec:
BogaNet.SecureType.SecureValueType< ShortSec, short >

Static Public Member Functions

static implicit operator ShortSec (short value)
 
static implicit operator short (ShortSec custom)
 
- Static Public Member Functions inherited from BogaNet.SecureType.SecureValueType< ShortSec, short >
static bool operator< (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 
static bool operator> (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 
static bool operator<= (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 
static bool operator>= (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 
static bool operator== (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 
static bool operator!= (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 
static TCustom operator+ (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 
static TCustom operator- (SecureValueType< TCustom, TValue > a, SecureValueType< TCustom, TValue > b)
 

Additional Inherited Members

- Public Member Functions inherited from BogaNet.SecureType.SecureValueType< ShortSec, short >
override string ToString ()
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
- Protected Member Functions inherited from BogaNet.SecureType.SecureValueType< ShortSec, short >
 SecureValueType (TValue value)
 
bool equals (SecureValueType< TCustom, TValue > other)
 
- Properties inherited from BogaNet.SecureType.SecureValueType< ShortSec, short >
ByteObf[] key [get]
 
ByteObf[] iv [get]
 
TValue _value [get]
 

Detailed Description

Secure short implementation. This prevents the value from being readable in the memory of the application.

Member Function Documentation

◆ operator short()

static implicit BogaNet.SecureType.ShortSec.operator short ( ShortSec custom)
static

◆ operator ShortSec()

static implicit BogaNet.SecureType.ShortSec.operator ShortSec ( short value)
static

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