SecureString Methods
.NET Framework 4
The SecureString type exposes the following members.
| Name | Description | |
|---|---|---|
|
AppendChar | Appends a character to the end of the current secure string. |
|
Clear | Deletes the value of the current secure string. |
|
Copy | Creates a copy of the current secure string. |
|
Dispose | Releases all resources used by the current SecureString object. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InsertAt | Inserts a character in this secure string at the specified index position. |
|
IsReadOnly | Indicates whether this secure string is marked read-only. |
|
MakeReadOnly | Makes the text value of this secure string read-only. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveAt | Removes the character at the specified index position from this secure string. |
|
SetAt | Replaces the existing character at the specified index position with another character. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |