Class Crypto
Inherited Members
Namespace: UnityEngine.Windows
Assembly: UnityEngine.dll
Syntax
public static class Crypto
Methods
ComputeMD5Hash(Byte[])
Declaration
public static byte[] ComputeMD5Hash(byte[] buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | buffer |
Returns
| Type | Description |
|---|---|
| Byte[] |
ComputeSHA1Hash(Byte[])
Declaration
public static byte[] ComputeSHA1Hash(byte[] buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | buffer |
Returns
| Type | Description |
|---|---|
| Byte[] |