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

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

Inheritance diagram for BogaNet.SecureType.CharSec:
BogaNet.SecureType.SecureValueType< ByteSec, char >

Static Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ operator char()

static implicit BogaNet.SecureType.CharSec.operator char ( CharSec custom)
static

◆ operator CharSec()

static implicit BogaNet.SecureType.CharSec.operator CharSec ( char value)
static

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