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 Certificates
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gowri S Paramasivam (3)
Munib Butt (2)
Anand Thakur (2)
Vijai Anand Ramalingam (2)
Jean Paul (2)
Janarthanan Selvaraj (1)
Vikas Gupta (1)
Vikas Singh (1)
Usman Sheikh (1)
Vithal Wadje (1)
Keyur (1)
Dhaval Suvagiya (1)
Mobeen Rashid (1)
Khoday Akilesh (1)
Jefferson S. Motta (1)
Sourabh Somani (1)
Sandesh Salunke (1)
Kishore Chowdary (1)
Sateesh Arveti (1)
Jasminder Singh (1)
Srinivasulu M (1)
Neelesh Vishwakarma (1)
Vijay Prativadi (1)
Karthikeyan Anbarasan (1)
Mahesha Channabasappa (1)
Related resources for Certificates
No resource found
Automate Marriage Certificates with Azure Document Intelligence
6/18/2024 5:24:19 AM.
This article explores how the Document Intelligence Marriage Certificate model uses advanced OCR technology to analyze and extract essential fields from marriage certificates. The process involves set
Encryption for Data Security: Creating Digital Certificates
5/6/2024 6:15:44 AM.
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and use
Azure Key Vault : Implementing Azure Key Vault in C#
4/30/2024 3:40:37 AM.
Azure Key Vault provides a secure and centralized storage solution for managing application secrets. In this guide, we'll walk through the process of implementing Azure Key Vault in a C# applicati
Registering Devices With IoT Hub Device Provisioning Service
4/11/2024 6:24:09 AM.
Explore Microsoft Azure's capabilities for device-cloud connectivity. Learn about device provisioning process, Azure IoT Hub DPS, and enrollment methods like X.509 certificates. Follow setup step
Generating X.509 Certificates with Private and Public Keys for IoT Device Security
1/2/2024 5:57:38 AM.
In this article, we will explore the process of generating X.509 certificates with private and public keys for IoT device security. This is essential for testing purposes, particularly when working wi
SSL/TLS Termination in API Gateway Pattern
11/22/2023 4:26:16 AM.
This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefit
WSL & Let's Encrypt for Azure App Service SSL Wildcard Certificates
9/22/2023 5:09:47 AM.
Learn how to use the Windows Subsystem for Linux (WSL) and the Let's Encrypt certificate authority to automate the issuance and renewal of free wildcard SSL certificates for Azure App Service. Lev
Creating And Managing Digital Certificates In C# Using Visual Studio
9/19/2023 6:41:51 AM.
In this article, you will learn about creating and managing digital certificates In C#.
Registering Applications with Certificates, Secrets, and Federated Credentials
9/2/2023 7:16:16 AM.
Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
.NET 8 Preview 7: Breaking Changes for Alpine
8/9/2023 10:54:01 AM.
.NET 8 Preview 7 - breaking changes in 'ca-certificates' and 'krb5-libs' packages on Alpine images
Creating A .NET 5 Client To Call An API Protected By Certificates
7/15/2021 1:00:13 PM.
In this article, you will learn how to create a .NET 5 client to call an API protected by certificates.
Using Certificates For API Authentication In .NET 5
7/5/2021 11:39:27 AM.
In today’s article we will look at using certificates for protecting and providing authentication to our APIs in .NET 5. As we all know, security is particularly important for all applications especia
Code Access Security - Implementing Publishers Based Security Using Digital Certificates
2/5/2021 5:30:07 AM.
This article explains how to implement publishers based security using digital certificates.
How To Enable HTTPS On Your Website For Free
1/10/2021 5:08:30 PM.
Today, a website security is one of the top priorities for developers and HTTPS is the firs step. This step by step walk-through tutorial teaches how to implement the SSL on a Website for free in 10 m
Export or Import SSL Certificates in windows server using Microsoft Management Console
1/16/2020 4:09:10 PM.
In this article we will be seeing how to export or import SSL certificates in windows server using Microsoft Management Console.
WCF Message Security Using Certificates
5/23/2019 10:02:59 AM.
In this article, you will learn about WCF Message Security using certificates.
SSL Certificates in Azure Web Apps
6/4/2018 12:16:37 AM.
This demo is about adding an SSL certificate to a web app service in azure for security purpose.
An Overview Of IIS 7.5 Feature - Server Certificates
4/25/2016 12:26:30 PM.
In this article, we will look into one of the feature of IIS 7.5 that helps to setup SSL [HTTPS] for a web site.
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.
Server Certificates in IIS 8
10/7/2014 4:24:39 PM.
In this article we will see the complete information about Server Certificates in IIS.
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.
Cryptography in Microsoft.NET Part III: Digital Certificates
10/3/2012 10:45:23 AM.
Part-I and II of this article discussed the basics of cryptography and its applications in real world enterprise solutions. Part-I discussed the nitty-gritty of encryption and its implementation in Microsoft .NET Framework Class Library (FCL). Part-II discussed the hashing and signature algorithms and their implementation in FCL. It also discussed the two common cryptography applications namely digital envelope & digital signature.
Cryptography in Microsoft.NET Part I: Encryption
10/3/2012 9:41:46 AM.
Microsoft .NET has pre-built solutions to all of these in each application domain, viz., ASP. NET, Web Services, Serviced Component etc. It enables building secured application by simple configuration as in ASP.NET to full fledged programmable security as in code access security and Cryptography.
Cryptography in Microsoft.NET Part II: Digital Envelop and Digital Signatures
10/1/2012 8:59:24 AM.
Part-I of this article covered cryptography in the context of encryption. This part continues from where part-I left. It assumes that the reader understands the purpose of encryption, knows about the two types of encryption namely asymmetric encryption and symmetric encryption and the fundamental differences between them. It also assumes that the reader understands encryption-decryption classes in System.Security.Cryptography namespace and the stream based encryption model in. NET framework class library (FCL).
Using Certificates For Hosted Service in Windows Azure
9/25/2012 6:40:13 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in Azure.
Windows Azure - Overview of Certificates in Azure application
5/20/2012 7:32:34 AM.
This article is about what are certificates in Windows Azure,
Windows Azure - Adding Certificate in Portal
5/19/2012 2:30:42 AM.
In this tutorial we are following the steps to create a certificate which will be used in the next article.
Windows Azure - Publishing
5/19/2012 12:53:14 AM.
In Windows Azure we can publish the developed application into the online cloud in multiple ways.
How to Exchange trust certificates between farms in SharePoint 2010
11/22/2010 5:48:13 AM.
In this article we are going to see how to Exchange trust certificates between farms in SharePoint 2010.
Authentication on Windows Azure using security certificates
4/2/2010 4:58:32 AM.
This article will talk about a work around describing how to implement certificate based authentication using the any version of Windows Azure released till date.
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.