PBKDF2 Class Members
See Also  Fields Properties Methods 
SourceCode.Security.Cryptography Namespace : PBKDF2 Class


Glossary Item Box

The following tables list the members exposed by PBKDF2.

Public Constructors

  Name Description
Public Constructor PBKDF2 Constructor Overloaded.   
Top

Public Fields

  Name Description
Public Field DefaultIterations  
Top

Public Properties

  Name Description
Public Property IterationCount  
Public Property Salt  
Top

Public Methods

  Name Description
Public Method Dispose  
Public Method GetBytes Overridden. When overridden in a derived class, returns pseudo-random key bytes.  
Public Method Reset Overridden. When overridden in a derived class, resets the state of the operation.  
Top

Protected Methods

  Name Description
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Top

See Also