Click or drag to resize

SecurePassword Class

A serializable password storage that is secured.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceSecurePassword

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
[SerializableAttribute]
public sealed class SecurePassword : IXmlSerializable, 
	IDisposable

The SecurePassword type exposes the following members.

Constructors
  NameDescription
Public methodSecurePassword
Initializes a new instance of SecurePassword class.
Public methodSecurePassword(SecureString)
Initializes a new instance of SecurePassword from a secure string.
Top
Properties
  NameDescription
Public propertyLength
Gets the number of characters in the current secure password.
Public propertySecureString
Gets the SecureString object.
Top
Methods
  NameDescription
Public methodAppendChar
Appends a character to the end of the current secure password.
Public methodClear
Deletes the value of the current secure password.
Public methodCopy
Creates a copy of the current secure password.
Public methodDispose
Releases all resources used by the current SecurePassword object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertAt
Inserts a character in this secure password at the specified index position.
Public methodIsReadOnly
Indicates whether this secure password is marked read-only.
Public methodMakeReadOnly
Makes the text value of this secure password read-only.
Public methodRemoveAt
Removes the character at the specified index position from this secure password.
Public methodSetAt
Replaces the existing character at the specified index position with another character.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also