The following tables list the members exposed by Password.
Name | Description | |
---|---|---|
Password Constructor | Overloaded. |
Name | Description | |
---|---|---|
Encoding | Returns the encoding used for passwords | |
IterationCount | Sets or Gets the iterations used with deriving the encryption key (Inherited from CSharpTest.Net.Crypto.PasswordKey) | |
IV | Sets or Gets the IV used when deriving the encryption key (Inherited from CSharpTest.Net.Crypto.PasswordKey) | |
Salt | Sets or Gets the salt used with deriving the encryption key (Inherited from CSharpTest.Net.Crypto.PasswordKey) |
Name | Description | |
---|---|---|
DerivedBytes | Returns the derived bytes algorithm for this instance or throws ObjectDisposedException (Inherited from CSharpTest.Net.Crypto.PasswordKey) | |
Passkey | Allows overriding the encryption/decryption support for the in-memory password |
Name | Description | |
---|---|---|
CreateHash | Overloaded. Returns a salted hash for the password | |
CreateKey | Overloaded. Returns the key generated with the current password and salt (Inherited from CSharpTest.Net.Crypto.PasswordKey) | |
Decrypt | Overloaded. Wraps the stream with a cryptographic stream (Inherited from CSharpTest.Net.Crypto.CryptoKey) | |
Dispose | Overloaded. Overridden. Removes the memory representation of this password and key | |
Encrypt | Overloaded. Wraps the stream with a cryptographic stream (Inherited from CSharpTest.Net.Crypto.CryptoKey) | |
Equals | Overloaded. Returns true if the other object is equal to this one | |
GetHashCode | Overloaded. Extracts the correct hash code | |
ReadBytes | Returns a stream from which the password can be read | |
ReadText | Returns a stream from which the password can be read | |
ToSecureString | Returns a System.Security.SecureString from the password |
Name | Description | |
---|---|---|
Assert<T> | Throws ObjectDisposedException if the object has been disposed (Inherited from CSharpTest.Net.Crypto.CryptoKey) | |
CryptographicException | Used to ensure generality in excpetions raised from cryptographic routines. (Inherited from CSharpTest.Net.Crypto.CryptoKey) |
Equality | Compares the two objects for non-reference equality |
Inequality | Compares the two objects for non-reference equality |