System.Security.SecureString Members

The members of System.Security.SecureString are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.SecureString class.

Initializes a new instance of the System.Security.SecureString class from a subarray of char objects.

Public Properties

[read-only]
Lengthint.

Gets the number of characters in the current secure string.

Public Methods

AppendChar(char)

Appends a character to the end of the current secure string.

Clear()

Deletes the value of the current secure string.

Copy() : SecureString

Creates a copy of the current secure string.

Dispose()

Releases all resources used by the current System.Security.SecureString object.

InsertAt(int, char)

Inserts a character in this secure string at the specified index position.

IsReadOnly() : bool

Indicates whether this secure string is marked read-only.

MakeReadOnly()

Makes the text value of this secure string read-only.

RemoveAt(int)

Removes the character at the specified index position from this secure string.

SetAt(int, char)

Replaces the existing character at the specified index position with another character.