Method FromBytePointer
FromBytePointer(byte*, int)
Convert a raw buffer to an HMAC key.
Declaration
public static RelayHMACKey FromBytePointer(byte* data, int length)
Parameters
Type | Name | Description |
---|---|---|
byte* | data | |
int | length | Length of the buffer to convert. |
Returns
Type | Description |
---|---|
RelayHMACKey | New HMAC key. |