Secure long implementation. This prevents the value from being readable in the memory of the application.
More...
|
static implicit | operator LongSec (long value) |
|
static implicit | operator long (LongSec custom) |
|
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) |
|
Secure long implementation. This prevents the value from being readable in the memory of the application.