Method | Description | |
---|---|---|
ComputeHash ( this input, |
||
ComputeHash ( this input, int count, |
||
ComputeMD5 ( this input ) : string | ||
ComputeMD5 ( this input, int count ) : string | ||
ConvertFromBase16 ( this input ) : byte[] | ||
ConvertToBase16 ( this input ) : string |
public static ComputeHash ( this input, |
||
input | this | |
hashAlg | ||
return | string |
public static ComputeHash ( this input, int count, |
||
input | this | |
count | int | |
hashAlg | ||
return | string |
public static ComputeMD5 ( this input ) : string | ||
input | this | |
return | string |
public static ComputeMD5 ( this input, int count ) : string | ||
input | this | |
count | int | |
return | string |
public static ConvertFromBase16 ( this input ) : byte[] | ||
input | this | |
return | byte[] |
public static ConvertToBase16 ( this input ) : string | ||
input | this | |
return | string |