Search This Blog

Showing posts with label Security. Show all posts
Showing posts with label Security. Show all posts

Tuesday, June 21, 2016

Authenticated and Encrypted RPC

This example shows how to implement Remote Procedure Calls which are authenticated and encrypted individually for each user and connection session.
The example also shows how to retrieve the user name from within the called method.

Saturday, February 27, 2016

Sunday, December 7, 2014

Sunday, April 28, 2013

Digital Signature

Summary: A short explanation what is digital signature and how it works.

Thursday, April 21, 2011

Windows Phone 7: How to Encrypt Communication with Desktop Application

Summary: Simple example showing how to implement encrypted communication between Windows Phone 7 and standalone .NET application.

Sunday, October 3, 2010

SSL Communication Between Applications

Summary:
The article shows the step by step procedure how to create the self signed certificate and how to configure the SSL connection. The example then implements the Https client server communication with using Eneter.Messaging.Framework.