PbeParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents parameters to be used for Password-Based Encryption (PBE).
public ref class PbeParameters sealed
public sealed class PbeParameters
type PbeParameters = class
Public NotInheritable Class PbeParameters
- Inheritance
-
PbeParameters
Constructors
PbeParameters(PbeEncryptionAlgorithm, HashAlgorithmName, Int32) |
Initializes a new instance of the PbeParameters class. |
Properties
EncryptionAlgorithm |
Gets the algorithm to use when encrypting data. |
HashAlgorithm |
Gets the name of the hash algorithm to use with the Key Derivation Function (KDF) to turn a password into an encryption key. |
IterationCount |
Gets the iteration count to provide to the Key Derivation Function (KDF) to turn a password into an encryption key. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
Thread Safety
All public and protected members of PbeParameters are thread-safe and may be used concurrently from multiple threads.