TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About SSL
SSL
is stand for
(Secure Sockets Layer) protocol and developed by Netscape for transmitting private documents via the Internet.
SSL
uses a cryptographic system that uses two keys to encrypt data first one is public key known to everyone and a private or secret key known only to the recipient of the message.
SSL
is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral.
SSL
is an industry standard and is used by millions of websites in the protection of their online transactions with their customers.To be able to create an
SSL
connection a web server requires an
SSL
Certificate. When you choose to activate
SSL
on your web server you will be prompted to complete a number of questions about the identity of your website and your company. Your web server then creates two cryptographic keys Private Key and a Public Key. When using
SSL
for secure Internet transactions Web server needs an
SSL
certificate to establish a secure
SSL
connection.
SSL
encrypts network connection segments above the transport layer which is a network connection component above the program layer.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijai Anand Ramalingam (3)
Debendra Dash (3)
Anand Thakur (3)
Nimit Joshi (2)
Abhimanyu K Vatsa (2)
Anubhav Chaudhary (2)
Aman Singh (1)
Ramees (1)
Suraj Pant (1)
Bryian Tan (1)
Pruthwiraj Jagadale (1)
Jasminder Singh (1)
Deepak Kumar Jena (1)
Divya Sharma (1)
Neelesh Vishwakarma (1)
Pranay Rana (1)
Vishnujeet Kumar (1)
Mudita Rathore (1)
Manpreet Singh (1)
Daniel Stefanescu (1)
Yogesh Jaiswal (1)
Jean Paul (1)
Rehan Ahmad Abbasi (1)
Pietros Ghebremicael (1)
Shivprasad (1)
Krishna Garad (1)
Sanjoli Gupta (1)
Biswa Pujarini Mohapatra (1)
Related resources for SSL
No resource found
How To Enable HTTPS On Your Website For Free
4/18/2018 5:12:26 AM.
How To Enable HTTPS On Your Website For Free
Could Not Establish Trust Relationship For The SSL/TLS Secure Channel
1/18/2018 6:48:53 AM.
In this article we will be seeing how to resolve the following issue “The underlying connection was closed. Could not establish trust relationship for the SSL/TLS secure channel”.
Adding SSL Certificate To Azure Web Apps
5/10/2017 10:39:59 AM.
This article will show you how to add SSL certificate to a Azure Web app to make it secure.
Create SSL Website With Self-Signed Certificate
7/18/2016 7:17:25 PM.
In this article, you will learn how to create SSL website with self-signed certificate.
Working With The Error In Postman Client
7/11/2016 4:30:18 PM.
In this article you will learn about working with the error in Postman client.
Reading SSL Certificate Details In C#
7/2/2016 4:17:59 PM.
In this article, you will learn about SSL certificate details in C#.
Insecure Transport - Missing Public Key Pinning
3/31/2016 11:21:10 AM.
This article shares with the reader the steps on how to implement HTTP Public Key Pinning (HPKP) security policy/control.
SSL Certificate Based Authentication In Web API Project
3/30/2016 1:05:41 PM.
In this article you will learn SSL Certificate based Authentication in Web API Project
Setting HTTPS On Your Website
3/5/2016 11:58:20 AM.
In this article we will try to learn how we can apply https on our website in a test environment.
Create SSL Certificate By Makecert.exe
11/18/2015 12:18:22 AM.
In this blog you will learn how to create SSL Certificate by makecert.exe.
What a SSL Certificate Is and How It Works
12/18/2014 10:03:47 PM.
In this article you will learn about SSL Certificates and how they work.
What is SSL and How to Implement in ASP.Net Web Application
12/18/2014 2:41:40 PM.
This article explains SSL and how to implement SSL in an ASP.Net web application.
Creating HTTPS Server With NodeJS
8/13/2014 5:53:12 PM.
In this specific article however, we will be looking at how to create HTTPS server instead.
Working With SSL Certificate Warning in MVC 5 Application
4/5/2014 2:04:24 PM.
This article describes how to set up the IIS Express for MVC 5 applications in Visual Studio 2013.
Help Yourself in Debugging, Part 3: StackTrace and Caller Information Attribute
2/13/2014 5:12:02 PM.
This article is about the two features in C#, the Caller Information Attribute and the StackTrace class.
Introduction to Portable Class Library (PCL)
12/26/2013 7:05:01 AM.
This article exlains the need for a Portable Class Library (PCL), explains how a PCL solves the problem and then explains how to use it.
Windows Authentication in MVC4 With IIS Express
9/10/2013 12:43:35 PM.
MVC4 has gone through some major changes in Windows Authentication functionality with IIS Express. In this article you will learn how to enable Windows Authentication in MVC4 Web Application on IIS Express.
Creating Facebook Template in Visual Studio 2013 Preview
8/4/2013 8:40:53 PM.
This article introduces the way to create an app in Facebook and Visual Studio 2013 Preview.
Configure IIS to Require SSL on Both Federation Servers
7/14/2013 5:09:21 PM.
This article explains how to configure IIS to require SSL on both Federation Servers.
SSL in ASP.Net Web API
7/4/2013 5:10:00 PM.
In this article you will learn about the SSL (Secure Sockets Layer) in ASP.NET Web API.
How do we Start With SharePoint 2013
6/18/2013 2:41:17 PM.
In this article you will learn how to start with SharePoint 2013.
Distributed Transactions Under Application Server in Windows Server 2012
4/12/2013 4:05:57 PM.
In today's article you will learn how to install the Distributed Transactions under Application Server in Windows Server 2012.
Secure WS in VB.NET
12/1/2012 3:51:52 AM.
This code covers the .NET (VB) implementation of the security of web services using the Microsoft “The Favorites Service” security modified schema.
Configure SSL certificate warning settings using Power Shell
10/24/2012 3:19:55 PM.
In this article we will be seeing how to configure SSL certificate warning in SharePoint 2010 farm-level search settings.
Creating And Using C# Web Application Over HTTPS - SSL
10/13/2012 4:15:05 AM.
Here you will see how to create and use a C# Web Application over HTTPS - SSL.
SharePoint 2010 - Create SSL Enabled Site
8/16/2012 6:20:28 PM.
As part of development activities we might need to create a SSL enabled site inside SharePoint 2010. These sites will be accessed using HTTPS instead of HTTP.
Attaching a Digital Certificate (Public Key) to an HTTPS Request
5/19/2012 5:27:38 AM.
This article will guide you on how to post data to an HTTPS (i.e., secure connection) URL from a Windows application (.NET) by attaching a digital certificate from a certificate file and getting the response back.
A Glance at Web Application Security
5/19/2012 5:00:02 AM.
Web application security involves implementing protective measures against potential threats, malicious or unintentional, that exploit exposed vulnerabilities. Security is best implemented using the defence-in-depth technique by applying protective measures at network, host, and web application levels. This article will focus on security at the application level by exploring IIS and ASP.net authentication, authorization and secure communication.
6 Steps to Implement DUAL Security on WCF Using User Name + SSL
5/15/2012 6:59:14 PM.
In the article we will try to apply DUAL security using transport plus message on WCF services. So we will first try to understand the basic concepts of WCF security i.e. transport and message. Once we understand the concept we will move step by step to how to implement SSL and user name security on WCF services.
Create Your Own SSL Enabled Website
2/5/2012 12:19:12 AM.
In this article we will learn how to create the SSL certificates for our web site which we are hosting on our IIS server.
How to Secure a Web Site Using SSL
1/18/2012 11:36:57 PM.
Secure communication is an integral part of securing your distributed application to protect sensitive data, including credentials, passed to and from your application, and between application tiers.
Export or Import SSL Certificates in windows server using Microsoft Management Console
7/28/2011 7:23:03 AM.
In this article we will be seeing how to export or import SSL certificates in windows server using Microsoft Management Console.
Testing Website using SSL on Localhost (IIS)
5/19/2011 9:54:58 PM.
In this article you will learn how to test your website using SSL on your system (localhost).
Generic DataAcsessLayer using C#
6/11/2010 3:27:39 AM.
Set up Secure Sockets Layer (SSL) using Digital Certificates
3/6/2007 9:33:51 AM.
This article explains how to secure an IIS Web application using SSL certificates.
Set up Secure Sockets Layer (SSL) using Digital Certificates
3/6/2007 9:33:51 AM.
This article explains how to secure an IIS Web application using SSL certificates.
Set up Secure Sockets Layer (SSL) using Digital Certificates
3/6/2007 9:33:51 AM.
This article explains how to secure an IIS Web application using SSL certificates.
- Ebook
First Steps: Developing BizTalk Applications
First Steps: Developing BizTalk Applications is a primer to most other introductory B...
Download