|
HasherHash Method |
Hash a stream
Namespace: DrawerBackup.Native.ExtensionsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static byte[] Hash(
Stream stream,
HashereHashType type
)
Public Shared Function Hash (
stream As Stream,
type As HashereHashType
) As Byte()
public:
static array<unsigned char>^ Hash(
Stream^ stream,
HashereHashType type
)
static member Hash :
stream : Stream *
type : HashereHashType -> byte[]
Parameters
- stream
- Type: System.IOStream
- type
- Type: DrawerBackup.Native.ExtensionsHashereHashType
Return Value
Type:
Byte
See Also