Struct RelayHMACKey
HMAC key that the Relay server uses to authentify a connection.
Inherited Members
Namespace: Unity.Networking.Transport.Relay
Assembly: solution.dll
Syntax
public struct RelayHMACKeyFields
| Name | Description | 
|---|---|
| Value | Raw value of the HMAC key. | 
| k_Length | Length of the HMAC key. | 
Methods
| Name | Description | 
|---|---|
| FromByteArray(byte[]) | Convert a byte array to an HMAC key. | 
| FromBytePointer(byte*, int) | Convert a raw buffer to an HMAC key. |