Secure |
[SerializableAttribute] public sealed class SecurePassword : IXmlSerializable, IDisposable
The SecurePassword type exposes the following members.
| Name | Description | |
|---|---|---|
| SecurePassword | Initializes a new instance of SecurePassword class. | |
| SecurePassword(SecureString) | Initializes a new instance of SecurePassword from a secure string. |
| Name | Description | |
|---|---|---|
| Length | Gets the number of characters in the current secure password. | |
| SecureString | Gets the SecureString object. |
| Name | Description | |
|---|---|---|
| AppendChar | Appends a character to the end of the current secure password. | |
| Clear | Deletes the value of the current secure password. | |
| Copy | Creates a copy of the current secure password. | |
| Dispose | Releases all resources used by the current SecurePassword object. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InsertAt | Inserts a character in this secure password at the specified index position. | |
| IsReadOnly | Indicates whether this secure password is marked read-only. | |
| MakeReadOnly | Makes the text value of this secure password read-only. | |
| RemoveAt | Removes the character at the specified index position from this secure password. | |
| 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) |