Class MD5
Inheritance
System.Object
MD5
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class MD5 : object
Methods
Calculate(Byte[])
Declaration
public static string Calculate(byte[] input)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | input |
Returns
Type | Description |
---|---|
System.String |
leftRotate(UInt32, Int32)
Declaration
public static uint leftRotate(uint x, int c)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | x | |
System.Int32 | c |
Returns
Type | Description |
---|---|
System.UInt32 |