Photon Server API

Classes
Photon.SocketServer.Security Namespace Reference

Classes

class  DiffieHellmanKeyExchange
 An implementation of the Diffie–Hellman key exchange. Diffie–Hellman establishes a shared secret that can be used for secret communications by exchanging data over a public network. More...
 
interface  ICryptoProvider
 Provides methods to encrypt and decrypt binary data. More...
 
class  OakleyGroups
 Provides classical Diffie-Hellman Modular Exponentiation Groups defined by the OAKLEY Key Determination Protocol (RFC 2412).
 
class  RijndaelCryptoProvider
 An ICryptoProvider implementation using the Rijndael symmetric encryption algorithm. More...