Skip to content

SensitiveString

Represents a sensitive string and prevents accidental leaking.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.SensitiveString

Used By

Methods

GetValue()

Returns: string?. Sensitive string.

Retrieves the sensitive string value.

SetValue(String)

Returns: void

Sets the sensitive string value.

Parameters

  • value (string): Sensitive string.

ToString()

Returns: string. Returns nothing useful.

Overrides ToString()

Back to API index

MIT Licensed