Method FromByteArray
FromByteArray(byte[])
Convert a byte array to a RelayHMACKey
Declaration
public static RelayHMACKey FromByteArray(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
byte[] | data | Array to convert. |
Returns
Type | Description |
---|---|
RelayHMACKey | New RelayHMACKey. |