HKDF Class Members
See Also  Methods 
SourceCode.Security.Cryptography Namespace : HKDF Class


Glossary Item Box

The following tables list the members exposed by HKDF.

Public Constructors

  Name Description
Public Constructor HKDF Constructor  
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