RakNet  4.0
Public Attributes | List of all members
RakNet::PublicKey Struct Reference

Passed to RakPeerInterface::Connect() More...

#include <RakNetTypes.h>

Public Attributes

PublicKeyMode publicKeyMode
 How to interpret the public key, see above.
 
char * remoteServerPublicKey
 Pointer to a public key of length cat::EasyHandshake::PUBLIC_KEY_BYTES. See the Encryption sample.
 
char * myPublicKey
 (Optional) Pointer to a public key of length cat::EasyHandshake::PUBLIC_KEY_BYTES
 
char * myPrivateKey
 (Optional) Pointer to a private key of length cat::EasyHandshake::PRIVATE_KEY_BYTES
 

Detailed Description

Passed to RakPeerInterface::Connect()


The documentation for this struct was generated from the following file: