Struct EncryptedString
- Namespace
- Glitch9
public readonly struct EncryptedString
- Inherited Members
- Extension Methods
Constructors
EncryptedString(string)
public EncryptedString(string value)
Parameters
value
string
Properties
Value
public string Value { get; }
Property Value
Methods
Decrypt()
public string Decrypt()
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
explicit operator string(EncryptedString)
public static explicit operator string(EncryptedString encryptedString)
Parameters
encryptedString
EncryptedString
Returns
explicit operator EncryptedString(string)
public static explicit operator EncryptedString(string value)
Parameters
value
string