RSADEncryptGetHash Method (FileStream, Byte) | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.IO.FileStream,System.Byte[]@)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool GetHash( FileStream objFile, ref byte[] HashData )
Public Function GetHash ( objFile As FileStream, ByRef HashData As Byte() ) As Boolean
public: bool GetHash( FileStream^ objFile, array<unsigned char>^% HashData )
member GetHash : objFile : FileStream * HashData : byte[] byref -> bool
Parameters
- objFile
- Type: System.IOFileStream
[Missing <param name="objFile"/> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.IO.FileStream,System.Byte[]@)"]
- HashData
- Type: SystemByte
[Missing <param name="HashData"/> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.IO.FileStream,System.Byte[]@)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.IO.FileStream,System.Byte[]@)"]
See Also