IClrStrongNameGetHashFromFileW Method

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult GetHashFromFileW(
	string filePath,
	out int refHashAlg,
	byte[] pbHash,
	int cchHash,
	ref int refHash
)

Parameters

filePath  String

[Missing <param name="filePath"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFileW(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]

refHashAlg  Int32

[Missing <param name="refHashAlg"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFileW(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]

pbHash  Byte

[Missing <param name="pbHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFileW(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]

cchHash  Int32

[Missing <param name="cchHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFileW(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]

refHash  Int32

[Missing <param name="refHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFileW(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]

Return Value

HResult

[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFileW(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]

See Also