Method |
Description |
|
ComputeHash ( [ input ) : byte[] |
|
|
ComputeHash ( [ buffer, int offset, int count = -1 ) : byte[] |
|
|
ComputeHashString ( [ input ) : string |
|
|
ComputeHashString ( [ buffer, int offset, int count = -1 ) : string |
|
|
Create ( [ name, [ algorithm, [ configurationElement = null ) : HashingCryptographyProvider |
|
|
GetAlgorithm ( ) : HashAlgorithm |
|
|
GetHash ( [ input, [ algorithm = null ) : byte[] |
|
|
GetHash ( [ buffer, int offset, int count = -1, [ algorithm = null ) : byte[] |
|
|
GetHashString ( [ input, [ algorithm = null ) : string |
|
|
GetHashString ( [ buffer, int offset, int count = -1, [ algorithm = null ) : string |
|
|