The following tables list the members exposed by PasswordKey.
Name | Description | |
---|---|---|
![]() | PasswordKey Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DefaultIterations | Adjusts the number of repetitions used when deriving password bytes |
Name | Description | |
---|---|---|
![]() | IterationCount | Sets or Gets the iterations used with deriving the encryption key |
![]() | IV | Sets or Gets the IV used when deriving the encryption key |
![]() | Salt | Sets or Gets the salt used with deriving the encryption key |
Name | Description | |
---|---|---|
![]() | DerivedBytes | Returns the derived bytes algorithm for this instance or throws ObjectDisposedException |
Name | Description | |
---|---|---|
![]() | CreateKey | Overloaded. Returns the key generated with the current password and salt |
![]() | Decrypt | Overloaded. Overridden. Decrypts the stream with the current password and salt |
![]() | Dispose | Overloaded. Overridden. Removes the memory representation of this password and key |
![]() | Encrypt | Overloaded. Overridden. Encrypts the stream with the current password and salt |
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) |