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 Secret
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sateesh Arveti (4)
Muhammad Asif (3)
CSharp TV (3)
Sardar Mudassar Ali Khan (2)
Anupam Maiti (2)
Vinay Ayinapurapu (2)
Saillesh Pawar (2)
Andrew Karasev (2)
Jayraj Chhaya (1)
Vijay Pratap Singh (1)
George (1)
Nakkeeran Natarajan (1)
Shilpa Tanwar (1)
Nikunj Satasiya (1)
Gajendra Jangid (1)
Abdul Basith (1)
Dharmeshwaran S (1)
Abhishek Chadha (1)
Poonam Beniwal (1)
Lokendra Singh (1)
Nisha Pandita (1)
Ziggy Rafiq (1)
Kaviya Balasubramanian (1)
Nanddeep Nachan (1)
Sarathlal Saseendran (1)
Arun Ramaswamy (1)
Sarthak Varshney (1)
Koshila Senadhira (1)
Khoday Akilesh (1)
Dhanapal Chandran (1)
Rakesh Kalluri (1)
Ashish Yadav (1)
Apoorv Srivastava (1)
Uttam Kumar (1)
Arun Potti (1)
Satish Bhuktar (1)
Ojash Shrestha (1)
Jin Necesario (1)
Karthick S (1)
Vijai Anand Ramalingam (1)
Sumit Gupta (1)
Shweta Lodha (1)
Aleksandra (1)
Cecil Phillip (1)
Krunal Trivedi (1)
Guest User (1)
Abhishek Mishra (1)
Nitin Desai (1)
Suthahar Jegatheesan (1)
Madhan Thurai (1)
Srinivasan S (1)
Rion Williams (1)
Lou Troilo (1)
Nairisha Shrestha (1)
Shridhar Sharma (1)
Anand Kumar (1)
Igor Jese (1)
Related resources for Secret
No resource found
What is a Vault in DevOps
11/20/2024 4:48:43 AM.
A Vault in DevOps is a secure tool used for managing sensitive data like passwords, API keys, certificates, and other secrets. It ensures encryption, access control, and auditing of secrets across dif
How to Create and Use Key Vault References in .NET Core Web API
10/28/2024 4:14:04 AM.
Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
Web API in Azure (2), Set a Client Credential Secret
9/2/2024 10:31:29 PM.
This article will discuss how to Set a Client Credential Secret for Azure Web API. This series of articles guides users through setting up and consuming a Web API registered on the Azure Identity Plat
Integrating SharePoint Data Into Node.JS Application
8/9/2024 9:47:50 AM.
Learn how to integrate SharePoint data into Node.js applications. This guide covers setting up a Node.js environment, installing necessary packages (node-sp-auth, request-promise), and authenticating
How to Implement Email Verification in Next.js?
8/2/2024 6:12:03 AM.
Email verification is a crucial step in user registration processes, ensuring that users provide valid email addresses and confirming their identity. This guide demonstrates how to implement email ver
Securing Sensitive Data with Azure Key Vault in .NET Core
7/23/2024 10:32:58 AM.
Integrate Azure Key Vault with your .NET Core application to securely manage sensitive data like passwords and API keys. Azure Key Vault offers centralized, secure storage with Azure Active Directory
Two Factor Google Authenticator Using ASP.NET Core And Angular
7/18/2024 12:26:15 PM.
Implementing 2-Factor Google Authenticator with ASP.NET Core and Angular enhances security by requiring users to provide a time-based one-time password (TOTP) alongside their password.
Check Service Principal Names Expiration Date in Microsoft Entra ID
7/9/2024 9:02:27 AM.
This guide outlines the steps to check Service Principal Names (SPN) expiration dates using the Azure portal, ensuring the smooth operation of Azure-based applications. It includes signing in, navigat
Setting Up Google Authentication in ASP.NET Core MVC
7/8/2024 11:37:17 AM.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessar
RBAC vs Vault Access Policy in Azure Key Vault
6/25/2024 6:02:23 AM.
Azure Key Vault manages secrets, keys, and certificates for cloud applications. It offers two access control methods: Role-Based Access Control (RBAC) for broad, role-based management across Azure res
Unveiling HTML's Secret Sauce: The Power of Attributes
6/8/2024 1:52:36 PM.
Explore essential HTML attributes like accept, alt, autocomplete, contenteditable, download, hidden, srcset, readonly, loading, and poster, crucial for enhancing user experiences, accessibility, and p
How To Access Azure Key Vault Secrets Through Rest API Using Postman
6/5/2024 8:09:28 AM.
Learn how to securely access Azure Key Vault secrets via REST API using Postman. Explore authentication methods, HTTP requests, and secret retrieval to integrate Key Vault seamlessly into your workflo
Exploring Linux: Unlocking the Secrets of the Open-Source
5/21/2024 10:24:04 AM.
Unraveling the Mysteries of Linux: This guide delves into the enigmatic world of Linux, an open-source operating system renowned for its customization, security, and performance. Explore the Linux ker
Securely Managing Secrets with Azure Key Vault and Python
5/15/2024 7:15:17 AM.
This article introduces leveraging Azure Key Vault with Python to securely store and retrieve secret values. It covers setup, installation, storing, and retrieving secrets, enhancing data protection i
Automate Azure Key Vault Key Refresh with Managed Identity
4/15/2024 8:41:39 AM.
Automate key refresh in Azure Key Vault using Azure Function with Managed Identity. Enhance security and efficiency by managing secrets automatically within your Azure environment, ensuring seamless a
Unveiling the Secrets: Data Mining and Data Warehousing
4/13/2024 6:04:01 PM.
Want to uncover hidden insights in your data? Explore data warehousing & data mining - powerful tools for business intelligence & informed decision-making. #data #analytics
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
4/9/2024 5:54:03 PM.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
Azure DevOps: Integrate Key Vault Secrets with Local Self-Hosted Agent
2/29/2024 10:29:13 AM.
Learn how to integrate Azure Key Vault secrets into Azure Pipelines for secure CI/CD processes using Self-hosted Local Agents. The comprehensive guide covers Azure DevOps setup, Key Vault management,
Azure Key Vault Creation, RBAC Setup, User Addition, Secret Management
2/21/2024 11:18:44 AM.
Azure Key Vault empowers secure storage of secrets, keys, and certificates. Implement RBAC for fine-grained access control, manage users, and grant permissions. Easily create backup, delete, and resto
How To Register An App In Azure Active Directory
2/12/2024 9:27:07 AM.
This guide outlines the steps to register an application in Azure Active Directory (AD). The purpose includes integrating apps and services with Azure AD, generating tokens for authentication, and lev
Connect To SharePoint Online Site With App Only Authentication
2/8/2024 9:38:46 AM.
In this article, we will explore various options to connect to SharePoint Online. Pros and Cons of each option and mainly how we can connect SharePoint Online site with App Only Authentication.
Easily Read Key Vault Secrets From ASP.NET Core Web API Application
2/7/2024 5:29:31 AM.
Azure Key Vault facilitates secure storage and access to sensitive information such as API keys and passwords. It organizes secrets into logical groups called vaults. Refer to Microsoft's document
Azure Key Vault Secret Client Library for Python SDK
1/2/2024 8:59:29 AM.
This module speaks about accessing Key Vault secrets through Python code. Key Vault is a service offered by Azure to store secrets such as passwords, certificates, keys etc in a safe and secure manner
Scaling Azure Databricks Secure Network Access to Azure Data Lake Storage
12/13/2023 1:36:49 PM.
Explore secure network access in Azure Databricks to Azure Data Lake Storage. Learn setup, RBAC, and secure coding with practical examples.
Secrets Of Accumulator Functions
11/22/2023 9:21:23 AM.
Accumulator functions, also known as aggregation functions or reduce functions, are essential components in functional programming and data processing. These functions operate on a collection of value
How to Create a Key Vault Using the Microsoft Azure portal
9/11/2023 11:42:38 AM.
To create a Key Vault in the Microsoft Azure portal, first, log in to the Azure Portal at portal.azure.com. Then, click "Create a resource" and search for "Key Vault." Select Key V
Keeping Secrets Safe in .NET/ASP.NET Core Applications with Azure Key Vault
9/7/2023 11:06:27 AM.
Securing secrets in .NET/ASP.NET Core applications using Azure Key Vault is crucial for maintaining the confidentiality and integrity of sensitive information such as API keys, connection strings, and
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.
Secret GIT commands
5/4/2023 9:47:34 PM.
Some of the secret commands in GIT
Config Maps and Secrets - Kubernetes Fundamentals Ep. 8
2/16/2023 10:37:01 AM.
In this episode, you will learn about Config Maps and Secrets in Kubernetes.
Unlock the Secrets of the Rank Function in SQL Server
1/18/2023 3:14:41 PM.
Unlock the power of SQL Server and learn the essential rank functions to optimize your database. Get tips and tricks you can use immediately to maximize your SQL Server performance!
SharePoint List Operation With Time Trigger Azure Function
10/20/2022 8:11:10 AM.
In this article, you will learn about SharePoint List Operation with Time Trigger Azure Function.
Monitor The Azure Active Directory Client Secret Expiration
10/6/2022 6:23:03 AM.
In this article, we will learn how to use Azure Functions and PowerShell to monitor the Client Secret Expiration of Azure AD apps and sent reminder emails
Validating Client ID And Client Secret Using POSTMAN
9/6/2022 1:32:16 AM.
This article explains how to check the validation of client credentials (client id and secret) using POSTMAN and by interacting with Graph API. This also has steps for POST request which is a rare fin
Implement AWS Secrets Manager In ASP.NET Core
9/5/2022 10:54:30 AM.
In this article, you will learn how to implement AWS Secrets Manager in Asp.Net Core.
How To Connect To Dynamics 365 CE Environment Using Client ID And Secret In XrmToolBox
7/25/2022 6:25:12 PM.
A step-by-step process to connect to Dynamics 365 CE environment using Client Id and Secret in XrmToolBox.
Extending The Validity Of Existing Client Secret In SharePoint
7/22/2022 8:36:40 PM.
In this article, you will learn how to extend the validity of existing Client secrets in SharePoint.
How to Raise Your Game: High Performance Secrets from the Best of the Best
5/10/2022 6:48:49 AM.
Watch this Session by Alan Stein on How to Raise Your Game: High-Performance Secrets from the Best of the Best at Leadership Conference 2022.
Azure Key Vault - Create Key Vault
2/18/2022 5:59:07 AM.
In this article, we'll learn about Azure Key vault and go through step by step process to create a Key Vault in Azure.
ASP.NET Core User Secrets Getting Started
2/7/2022 10:08:18 AM.
User secrets is a fantastic feature in ASP.NET Core. This article will introduce user secrets using the command line dotnet user-secrets.
AWS Secrets Manager Vs Parameter Store (Systems Manager)
2/2/2022 11:11:01 AM.
In this article, you will learn about AWS Secrets Manager Vs Parameter Store.
Validate If Client ID And Client Secret Are Valid
2/1/2022 4:23:26 AM.
This article describes about validating the app principals by checking the validation of client ID and Client Secret details.
How To Retrieve Secrets From AWS Secrets Manager In .NET 6 Web API
1/11/2022 3:50:22 PM.
In this article, you will learn how to retrieve secrets from AWS Secrets Manager in .NET 6 Web API.
Implementing Console App in Dynamics CRM Using Azure Application ID And Secret Key
11/22/2021 8:54:43 AM.
The article is all about steps to be followed to connect to Dynamics CRM using the Azure Application Id and Secret Key
Create An Azure Key Vault With Vault Access Policy And Add Secrets Using ARM Template
7/25/2021 7:27:55 AM.
In this article, you will learn how to create an azure key vault with vault access policy and add secrets using ARM template.
Unlock the secrets of success - Growth Mindset Show
7/6/2021 3:04:45 PM.
In this episode of Growth Mindset, we discuss on how to Unlock the secrets of success.
How to Update Secret in GitHub Repository
4/20/2021 2:02:51 PM.
This video explains the need of changing the deployment token, which gets generated while pushing our Azure Static Web App code on GitHub. It also tells, from where and how to get this token changed.
How To Secure Apps With Secret Manager In A Development Environment?
4/11/2021 10:51:55 AM.
As a developer, you have to make the right choices when keeping your coding environments fully secure. You need to pick the right security tools in this process. Let us help you!
Secretless apps with .NET and Azure Key Vault
3/19/2021 5:25:31 AM.
In this episode, Scott Addie joins Christos Matskas to discuss secrets management in .NET apps. They cover the .NET SDK's Secret Manager tool as an option for your local development environment. N
Secret Volumes (With Demo) And Empty Volumes In Azure Container Instances
2/11/2021 3:42:46 PM.
Azure Container Instances support secret volumes and the secret volumes allow you to store sensitive data. That sensitive data could be your SSH keys or it could be your database credentials.
How To Authorize Your Key Vault Secrets To Serverless Azure Function
2/11/2021 3:27:35 PM.
In this article, we will learn how to authorize our Azure Function to access Key Vault secrets.
ASP.NET Core 2.0 Secret Manager
11/20/2020 3:28:43 AM.
I discussed in the previous post how configuration settings can be stored in configuration files. However, these files are checked in the source control and not suitable to store confidential settings
Azure Kubernetes Service - Storage
7/28/2020 7:39:16 AM.
In this article, we will explore pods in the Azure Kubernetes Service.
Managing Secrets Using Azure Key Vaults
7/6/2020 8:29:39 AM.
A point of view on how you an organization can achieve their security goals by adopting secret management service from Azure - Key Vaults
Azure Content Mask for Presentations and Screen Recordings
2/6/2020 1:21:21 AM.
In this article, you will learn how to add the Azure content mask for presentations and screen recordings.
Concept Of WebAPI And Registering Custom App Using Client ID And Client Secret
1/24/2020 9:42:31 PM.
In this article we will learn about how to use webapi concept in sharepoint ,registering sharepoint app using client id and client secret and update created column of list using csom
Efficient Way To Retrieve Secret Value From Keyvault In Azure Resource
8/19/2019 9:00:09 AM.
In this article, you will learn about an efficient way of retrieving a secret value from the key vault in Azure resource.
Your Secrets Are Safe With Key Vault In ASP.NET Core Web App On Azure
4/3/2019 9:58:09 AM.
I have been trying to explore how to secure the secrets of web applications on Azure using Key Vault. In this article, I will walk you through it.
"Secret" Productivity Tips For Visual Studio 2017
1/16/2019 3:21:08 AM.
"Secret" Productivity Tips for Visual Studio 2017. Features of Visual Studio 2017 elaborated are NuGet Package Suggestion for Unrecognized Types, Query Syntax in Go To All, Full Solution Ana
Leadership Challenge 004 - The Happy Secret To Better Work!!!
1/3/2018 11:36:13 AM.
Hello my friends and Happy New Year!!! It has been a fun couple of months within Microsoft as a Customer Success Manager, driving adoption across MS solutions (Modern Workplace) within the organizatio
The Secret Of Good Reports, For Beginners
1/11/2017 10:33:51 AM.
In this article, you will learn about the secret of creating good reports.
Post Status And Image On Facebook Wall Using ASP.NET
3/16/2016 2:21:13 PM.
This article gives step by step description for posting status and image on Facebook wall.
Secrets of Extension Methods: Part II
9/5/2014 12:49:13 AM.
This article explains how Extension Methods are used in LINQ.
Secrets of Extension Methods: Part I
9/5/2014 12:48:09 AM.
This article gives an introduction to Extension Methods.
Web Services - Great Plains Dexterity Programming Secrets in VB.NET
11/10/2012 12:56:09 AM.
This article is for advanced Great Plains Dexterity and VB.Net developers. It describes the technique of direct COM objects/Web Services calling in Dexterity.
Secrets of Map and Filter Functions
9/29/2012 7:45:21 AM.
This article explains about C# Implementation of Map and Filter Functions
Mobile Web Application Secret
5/19/2012 7:11:14 AM.
This article gives you a clear idea how an ASP.NET Web Application rendering works differently on hand held devices than running Web Applications on normal machines.
Secrets of Successful Software Requirements
5/13/2012 5:52:48 AM.
Although most companies do some form of requirements, there is often a lack of understanding as to exactly why the requirements need to be created and how. Let's look at some secrets to improve your requirements process even under tight deadlines.
Microsoft CRM Programming Secrets - Tips for Developers
2/2/2006 3:42:59 AM.
This article is for advanced Microsoft CRM SDK C# developers. It describes the technique of direct SQL programming, when SDK doesn't have the functionality to do the job.