CSharpTest.Net
Password Class Members
See Also  Fields  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Crypto Namespace : Password Class


Glossary Item Box

The following tables list the members exposed by Password.

Public Constructors

 NameDescription
Public ConstructorPassword ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)Comparerreturn a non-reference equality comparer for this class  
Top

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)EncodingReturns the encoding used for passwords  
Public PropertyIterationCountSets or Gets the iterations used with deriving the encryption key (Inherited from CSharpTest.Net.Crypto.PasswordKey)
Public PropertyIVSets or Gets the IV used when deriving the encryption key (Inherited from CSharpTest.Net.Crypto.PasswordKey)
Public PropertySaltSets or Gets the salt used with deriving the encryption key (Inherited from CSharpTest.Net.Crypto.PasswordKey)
Top

Protected Properties

 NameDescription
Protected PropertyDerivedBytesReturns the derived bytes algorithm for this instance or throws ObjectDisposedException (Inherited from CSharpTest.Net.Crypto.PasswordKey)
Protected PropertyPasskeyAllows overriding the encryption/decryption support for the in-memory password  
Top

Public Methods

 NameDescription
Public MethodCreateHashOverloaded. Returns a salted hash for the password  
Public MethodCreateKeyOverloaded. Returns the key generated with the current password and salt (Inherited from CSharpTest.Net.Crypto.PasswordKey)
Public MethodDecryptOverloaded. Wraps the stream with a cryptographic stream (Inherited from CSharpTest.Net.Crypto.CryptoKey)
Public MethodDisposeOverloaded. Overridden. Removes the memory representation of this password and key  
Public MethodEncryptOverloaded. Wraps the stream with a cryptographic stream (Inherited from CSharpTest.Net.Crypto.CryptoKey)
Public MethodEqualsOverloaded. Returns true if the other object is equal to this one  
Public MethodGetHashCodeOverloaded. Extracts the correct hash code  
Public MethodReadBytesReturns a stream from which the password can be read  
Public MethodReadTextReturns a stream from which the password can be read  
Public MethodToSecureStringReturns a System.Security.SecureString from the password  
Top

Protected Methods

 NameDescription
Protected MethodAssert<T>Throws ObjectDisposedException if the object has been disposed (Inherited from CSharpTest.Net.Crypto.CryptoKey)
Protected MethodCryptographicExceptionUsed to ensure generality in excpetions raised from cryptographic routines. (Inherited from CSharpTest.Net.Crypto.CryptoKey)
Top

Public Operators

public Operator Equality Compares the two objects for non-reference equality
public Operator Inequality Compares the two objects for non-reference equality
Top

See Also

Generated with Document! X 2011 by Innovasys