-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Access::PeerAccessSettings
Karel Donk edited this page Dec 11, 2019
·
1 revision
QuantumGate::Access::PeerAccessSettings is a struct containing access settings for a peer.
struct PeerAccessSettings
{
PeerUUID UUID;
ProtectedBuffer PublicKey;
bool AccessAllowed{ false };
};| Name | Description |
|---|---|
UUID |
The Universally Unique Identifier of the peer. See QuantumGate::UUID for more details. |
PublicKey |
A public key that matches the UUID of the peer. |
AccessAllowed |
Specifies whether to allow access to the peer (true if so, false if not). |