﻿

   TypeName: System.Security.Cryptography.HMACSHA384

Name                       MemberType Definition                                                                       
----                       ---------- ----------                                                                       
Clear                      Method     void Clear()                                                                     
ComputeHash                Method     byte[] ComputeHash(System.IO.Stream inputStream), byte[] ComputeHash(byte[] bu...
Dispose                    Method     void Dispose(), void IDisposable.Dispose()                                       
Equals                     Method     bool Equals(System.Object obj)                                                   
GetHashCode                Method     int GetHashCode()                                                                
GetType                    Method     type GetType()                                                                   
Initialize                 Method     void Initialize()                                                                
ToString                   Method     string ToString()                                                                
TransformBlock             Method     int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[]...
TransformFinalBlock        Method     byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount...
CanReuseTransform          Property   bool CanReuseTransform {get;}                                                    
CanTransformMultipleBlocks Property   bool CanTransformMultipleBlocks {get;}                                           
Hash                       Property   byte[] Hash {get;}                                                               
HashName                   Property   string HashName {get;set;}                                                       
HashSize                   Property   int HashSize {get;}                                                              
InputBlockSize             Property   int InputBlockSize {get;}                                                        
Key                        Property   byte[] Key {get;set;}                                                            
OutputBlockSize            Property   int OutputBlockSize {get;}                                                       
ProduceLegacyHmacValues    Property   bool ProduceLegacyHmacValues {get;set;}                                          


