Struct Uuid
- Namespace
- SodotSDK
- Assembly
- Unity.Temp.dll
Represents a universally unique identifier (UUID) for cryptographic rooms and operations. UUIDs are used to identify and coordinate distributed cryptographic sessions.
public struct Uuid
- Inherited Members
Constructors
Uuid(string)
Initializes a new instance of the Uuid struct.
public Uuid(string id)
Parameters
idstringThe UUID string value.
Properties
uuid
Gets or sets the UUID string value.
public string uuid { readonly get; set; }