System.Security.SecureString: Method Members

The methods of System.Security.SecureString are listed below. For a list of all members, see the SecureString Members list.

See Also: Inherited members from System.Object

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.