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