Méthode | Description | |
---|---|---|
Equals ( |
||
GetGitFileName ( ) : string | ||
GetHashCode ( ) : int | ||
SHA1 ( byte data, bool calculateHash ) : System | ||
ToBytes ( string hex ) : byte[] | ||
ToHexString ( ) : string | ||
ToHexString ( int start, int size ) : string |
Convert a Byte array to Hexadecimal format
|
Méthode | Description | |
---|---|---|
ComputeSHA1Hash ( byte bytes ) : byte[] |
Compute the byte array to a SHA1 hash
|
|
ToByte ( char c ) : byte |
public SHA1 ( byte data, bool calculateHash ) : System | ||
data | byte | |
calculateHash | bool | |
Résultat | System |
public static ToBytes ( string hex ) : byte[] | ||
hex | string | |
Résultat | byte[] |
public ToHexString ( int start, int size ) : string | ||
start | int | |
size | int | |
Résultat | string |