آموزش  ایمن سازی برنامه های ASP.NET Core / Pluralsight Understanding ASP.NET Core Security

Pluralsight Understanding ASP.NET Core Security
آموزش ایمن سازی برنامه های ASP.NET Core

  • کاربرد : آموزش ایمن سازی برنامه های ASP.NET Core
  • نوع فایل : فیلم آموزشی
  • زبان : انگلیسی
  • سیستم عامل : Windows-Mac-Linux-Android-iOS
  • تولید کننده : Pluralsight
  • سال تولید : 2017

توضیحات

با مشاهده این کورس آموزشی بسیار ارزشمند بر مبانی ایمن سازی برنامه های ASP.NET Core آشنا شده و سپس یاد می گیرید که چطور حملاتِ معمول که به ASP.NET Core انجام می شود را محدود کرده و در برنامه های ASP.NET Core سرویس ها و خدمات رمزنگاری ، اعتبار سنجی و احراز هویت را به نحو احسن پیاده سازی کنید.

Description

Learn how to make your ASP.NET Core app secure in this course. First you'll learn about common attacks and how to mitigate them with NWebSec. You'll learn the ins and outs of the new encryption API and how to protect secrets with the secret manager. Authentication is covered by explaining ASP.NET Core Identity as well as implementing a token service with IdentityServer. Finally you'll see that ASP.NET Core's authorization system is now policy based.

بخش های فایل

این فایل شامل 73 بخش می باشد که بخش های آن به صورت جداگانه در زیر آمده است.
Row Title Format Size Play Download
01 - فیلم های آموزشی
1 01 - Course Overview - Course Overview 3.44 MB DOWNLOAD
2 02 - Protecting Your Application Against Common Attacks - Introduction 3.27 MB DOWNLOAD
3 03 - Protecting Your Application Against Common Attacks - Applying SSL 9.03 MB DOWNLOAD
4 04 - Protecting Your Application Against Common Attacks - Http Strict Transport Security (HSTS) 10.22 MB DOWNLOAD
5 05 - Protecting Your Application Against Common Attacks - SQL Injection 3.69 MB DOWNLOAD
6 06 - Protecting Your Application Against Common Attacks - Cross Site Request Forgery (CSRF) 8.94 MB DOWNLOAD
7 07 - Protecting Your Application Against Common Attacks - Cross Site Scripting (XSS) 4.80 MB DOWNLOAD
8 08 - Protecting Your Application Against Common Attacks - Content Security Policy (CSP) 6.80 MB DOWNLOAD
9 09 - Protecting Your Application Against Common Attacks - Open Redirection Attack 3.04 MB DOWNLOAD
10 10 - Protecting Your Application Against Common Attacks - Click-jacking 2.79 MB DOWNLOAD
11 11 - Protecting Your Application Against Common Attacks - Same Origin Policy and CORS 14.39 MB DOWNLOAD
12 12 - Protecting Your Application Against Common Attacks - Summary 707.92 KB DOWNLOAD
13 13 - Understanding the Data Protection API and the Secret Manager - Introduction 717.40 KB DOWNLOAD
14 14 - Understanding the Data Protection API and the Secret Manager - How ASP.NET Uses Encryption 2.82 MB DOWNLOAD
15 15 - Understanding the Data Protection API and the Secret Manager - Machine Key 2.78 MB DOWNLOAD
16 16 - Understanding the Data Protection API and the Secret Manager - Introducing the Data Protection API 2.49 MB DOWNLOAD
17 17 - Understanding the Data Protection API and the Secret Manager - How the Data Protection API Works 5.13 MB DOWNLOAD
18 18 - Understanding the Data Protection API and the Secret Manager - The Data Protection API In Practice 9.66 MB DOWNLOAD
19 19 - Understanding the Data Protection API and the Secret Manager - Time Limited Data Protectors 1.79 MB DOWNLOAD
20 20 - Understanding the Data Protection API and the Secret Manager - Protecting Secrets Using Environment Variables 3.69 MB DOWNLOAD
21 21 - Understanding the Data Protection API and the Secret Manager - Storing Secrets Using the Secret Manager 4.13 MB DOWNLOAD
22 22 - Understanding the Data Protection API and the Secret Manager - Summary 728.96 KB DOWNLOAD
23 23 - Implementing Authentication with ASP.NET Core Identity - Introduction 1.04 MB DOWNLOAD
24 24 - Implementing Authentication with ASP.NET Core Identity - What Is ASP.NET Core Identity 5.00 MB DOWNLOAD
25 25 - Implementing Authentication with ASP.NET Core Identity - Getting Started 6.13 MB DOWNLOAD
26 26 - Implementing Authentication with ASP.NET Core Identity - Adding Identity to an Existing Application 15.50 MB DOWNLOAD
27 27 - Implementing Authentication with ASP.NET Core Identity - Registering a User 9.46 MB DOWNLOAD
28 28 - Implementing Authentication with ASP.NET Core Identity - Logging in and Out 11.83 MB DOWNLOAD
29 29 - Implementing Authentication with ASP.NET Core Identity - Customizing the Framework 8.50 MB DOWNLOAD
30 30 - Implementing Authentication with ASP.NET Core Identity - Adding Claims to a User 6.69 MB DOWNLOAD
31 31 - Implementing Authentication with ASP.NET Core Identity - Customizing a User 13.82 MB DOWNLOAD
32 32 - Implementing Authentication with ASP.NET Core Identity - Token Providers 12.92 MB DOWNLOAD
33 33 - Implementing Authentication with ASP.NET Core Identity - Two Factor Authentication 12.98 MB DOWNLOAD
34 34 - Implementing Authentication with ASP.NET Core Identity - Lockout 6.31 MB DOWNLOAD
35 35 - Implementing Authentication with ASP.NET Core Identity - Configuration Options 10.47 MB DOWNLOAD
36 36 - Implementing Authentication with ASP.NET Core Identity - External Authentication Providers 2.49 MB DOWNLOAD
37 37 - Implementing Authentication with ASP.NET Core Identity - Configuring External Authentication Providers 16.65 MB DOWNLOAD
38 38 - Implementing Authentication with ASP.NET Core Identity - Summary 862.25 KB DOWNLOAD
39 39 - Centralized Authentication with a Token Service - Introduction 1.72 MB DOWNLOAD
40 40 - Centralized Authentication with a Token Service - What Is a Token Service 2.97 MB DOWNLOAD
41 41 - Centralized Authentication with a Token Service - Token Service Concepts 3.02 MB DOWNLOAD
42 42 - Centralized Authentication with a Token Service - Tokens 4.60 MB DOWNLOAD
43 43 - Centralized Authentication with a Token Service - The OpenIdConnect and OAuth2 Standards 1.41 MB DOWNLOAD
44 44 - Centralized Authentication with a Token Service - Redesigning an Existing Application Architecture to Use a Token Service 7.11 MB DOWNLOAD
45 45 - Centralized Authentication with a Token Service - Setting up a Token Service with IdentityServer 14.42 MB DOWNLOAD
46 46 - Centralized Authentication with a Token Service - Configuring Resources and Scopes 11.89 MB DOWNLOAD
47 47 - Centralized Authentication with a Token Service - Configuring Users 3.49 MB DOWNLOAD
48 48 - Centralized Authentication with a Token Service - Configuring Clients 6.52 MB DOWNLOAD
49 49 - Centralized Authentication with a Token Service - Grants 5.81 MB DOWNLOAD
50 50 - Centralized Authentication with a Token Service - Adding Token Service Support to a Web Client 14.06 MB DOWNLOAD
51 51 - Centralized Authentication with a Token Service - Adding Token Service Support to an API 5.04 MB DOWNLOAD
52 52 - Centralized Authentication with a Token Service - Calling a Protected API From a Web Application 3.96 MB DOWNLOAD
53 53 - Centralized Authentication with a Token Service - Requesting Tokens with Client Credentials Flow 8.43 MB DOWNLOAD
54 54 - Centralized Authentication with a Token Service - Adding a Database 9.56 MB DOWNLOAD
55 55 - Centralized Authentication with a Token Service - Exploring the Database Structure 16.24 MB DOWNLOAD
56 56 - Centralized Authentication with a Token Service - Leveraging ASP.NET Core Identity as a User Store 1.29 MB DOWNLOAD
57 57 - Centralized Authentication with a Token Service - Implementing a Custom User Store 16.69 MB DOWNLOAD
58 58 - Centralized Authentication with a Token Service - Refresh Tokens 5.23 MB DOWNLOAD
59 59 - Centralized Authentication with a Token Service - Reference Tokens 7.32 MB DOWNLOAD
60 60 - Centralized Authentication with a Token Service - Token Service Endpoints 2.82 MB DOWNLOAD
61 61 - Centralized Authentication with a Token Service - Implementing External Authentication Providers 16.12 MB DOWNLOAD
62 62 - Centralized Authentication with a Token Service - Summary 947.59 KB DOWNLOAD
63 63 - Applying Authorization - Introduction 976.27 KB DOWNLOAD
64 64 - Applying Authorization - Claims-based Authorization with Policies 14.85 MB DOWNLOAD
65 65 - Applying Authorization - Authorization in Views 3.69 MB DOWNLOAD
66 66 - Applying Authorization - Role-based Authorization 2.87 MB DOWNLOAD
67 67 - Applying Authorization - Understanding Custom Policies 5.90 MB DOWNLOAD
68 68 - Applying Authorization - Implementing Custom Policies 8.37 MB DOWNLOAD
69 69 - Applying Authorization - Resource-based Authorization 8.41 MB DOWNLOAD
70 70 - Applying Authorization - Using Policies in an API 8.09 MB DOWNLOAD
71 71 - Applying Authorization - Using a Custom Datasource for Authorization 4.59 MB DOWNLOAD
72 72 - Applying Authorization - Summary 841.98 KB DOWNLOAD
02 - فایل های تمرینی
73 Exercise Files 5.64 MB DOWNLOAD
شما می توانید مجموعه کامل بخش های این فابل را نیز به صورت مجموعه کامل دریافت نمایید.
اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری