C# Class Library.Security.Sha256

ファイルを表示 Open project: Alliance-Network/Library

Public Methods

Method Description
ComputeHash ( ArraySegment value ) : byte[]
ComputeHash ( IList value ) : byte[]
ComputeHash ( Stream inputStream ) : byte[]
ComputeHash ( byte buffer ) : byte[]
ComputeHash ( byte buffer, int offset, int length ) : byte[]
ComputeHash ( string value ) : byte[]

Method Details

ComputeHash() public static method

public static ComputeHash ( ArraySegment value ) : byte[]
value ArraySegment
return byte[]

ComputeHash() public static method

public static ComputeHash ( IList value ) : byte[]
value IList
return byte[]

ComputeHash() public static method

public static ComputeHash ( Stream inputStream ) : byte[]
inputStream Stream
return byte[]

ComputeHash() public static method

public static ComputeHash ( byte buffer ) : byte[]
buffer byte
return byte[]

ComputeHash() public static method

public static ComputeHash ( byte buffer, int offset, int length ) : byte[]
buffer byte
offset int
length int
return byte[]

ComputeHash() public static method

public static ComputeHash ( string value ) : byte[]
value string
return byte[]