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.5.700.3359 (8.5.0700.3359)
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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also