Method | Description | |
---|---|---|
AppendBlock ( byte buffer, int offset, int count ) : void | ||
AppendLastBlock ( byte buffer, int offset, int count ) : byte[] | ||
Clear ( ) : void | ||
ComputeHash ( Stream stream ) : byte[] | ||
ComputeHash ( byte buffer ) : byte[] |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Implements the Dispose pattern
|
Method | Description | |
---|---|---|
Init ( string algorithmName ) : void |
public AppendBlock ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public AppendLastBlock ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
public ComputeHash ( Stream stream ) : byte[] | ||
stream | Stream | |
return | byte[] |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Whether this object is being disposed via a call to Dispose /// or garbage collected. |
return | void |