Skip to content

jailsonevora/testing-wcf-certificate-authentication-service-using-mstestv2

Repository files navigation

WCF Transport Security With Certificate Authentication - Test Validation With MSTest V2

Sample for (www.jailsonevora.com) post about WCF Transport Security with Certificate Authentication Validation with Parameterized test (https://www.jailsonevora.com/2019/08/18/wcf-transport-security-with-certificate-authentication/ and https://dzone.com/articles/wcf-transport-security-with-certificate-authentica)

This post discusses the use of X.509 certificates for server and client authentication when using transport security especially to intranet communication.

Our service will implement a simple repeated string algorithms. In this scenario, the service is hosted under Internet Information Services (IIS) which is configured with Secure Sockets Layer (SSL) and configured with an SSL certificate to allow clients to verify the identity of the server.

On the other hand, our client is a parameterized test project that will validate the logic of our service. The client is also configured with an X.509 certificate that allows the service to verify the identity of the client. The server’s certificate must be trusted by the client and the client’s certificate must be trusted by the server.

About

Sample for the post about WCF Transport Security with Certificate Authentication - Validation with Parameterized test (https://www.jailsonevora.com/2019/08/18/wcf-transport-security-with-certificate-authentication/ and https://dzone.com/articles/wcf-transport-security-with-certificate-authentica)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages