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

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

Inheritance diagram for BogaNet.SecureType.LongSec:
BogaNet.SecureType.SecureValueType< LongSec, long >

Static Public Member Functions

static implicit operator LongSec (long value)
 
static implicit operator long (LongSec custom)
 
- Static Public Member Functions inherited from BogaNet.SecureType.SecureValueType< LongSec, long >
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< LongSec, long >
override string ToString ()
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
- Protected Member Functions inherited from BogaNet.SecureType.SecureValueType< LongSec, long >
 SecureValueType (TValue value)
 
bool equals (SecureValueType< TCustom, TValue > other)
 
- Properties inherited from BogaNet.SecureType.SecureValueType< LongSec, long >
ByteObf[] key [get]
 
ByteObf[] iv [get]
 
TValue _value [get]
 

Detailed Description

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

Member Function Documentation

◆ operator long()

static implicit BogaNet.SecureType.LongSec.operator long ( LongSec custom)
static

◆ operator LongSec()

static implicit BogaNet.SecureType.LongSec.operator LongSec ( long value)
static

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