Table of Contents

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

string

Methods

Decrypt()

public string Decrypt()

Returns

string

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

string

explicit operator EncryptedString(string)

public static explicit operator EncryptedString(string value)

Parameters

value string

Returns

EncryptedString