Skip to content

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.

Definition

struct PeerAccessSettings
{
    PeerUUID UUID;
    ProtectedBuffer PublicKey;
    bool AccessAllowed{ false };
};

Member variables

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).
Clone this wiki locally