简体   繁体   English

具有x509安全证书的ASP.NET Web API

[英]ASP.NET Web API with x509 security certificate

I'm going to use MembershipReboot for my asp.net web api authentication and I'm supposed to implement X509 Certificate . 我将使用MembershipReboot进行asp.net Web api身份验证,并且应该实现X509证书

There is an article in msdn about How to: Secure a Service with an X.509 Certificate , which is for WCF services that uses ServiceHost class. msdn中有一篇有关如何:使用X.509证书保护服务的文章,该文章适用于使用ServiceHost类的WCF服务。 So the question is how to achieve this in asp.net web api services? 所以问题是如何在asp.net Web API服务中实现这一目标? Is it possible? 可能吗?

There are some "prerequisites" to work with SSL that is: 有一些使用SSL的“先决条件”:

You may also want to take a look at: 您可能还想看看:

Here is a full Article on: 这是完整的文章:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 x509 证书向 Azure AD 验证 Asp.net 4.7.2 应用程序 - Authenticate Asp.net 4.7.2 application to Azure AD using x509 certificate 通过asp.net中的X509证书进行客户端身份验证 - Client Authentication via X509 Certificates in asp.net ASP.NET/IIS加载X509Certificate.LoadCertificateFromFile - ASP.NET / IIS loading X509Certificate.LoadCertificateFromFile 我可以在ASP.NET中使用X509Certificate2而不使用证书存储吗? - Can I use an X509Certificate2 within ASP.NET without using a certificate store? 使用 asp.net mvc 4 web api 的安全性 - security with asp.net mvc 4 web api 使用Rsa和x509证书的ProtectedConfigurationProvider - ProtectedConfigurationProvider using Rsa and x509 certificate ASP.NET X509Certificate2 在 IIS 中托管时访问被拒绝 - ASP.NET X509Certificate2 access denied when hosted in IIS Asp.net 核心客户端证书身份验证中间件在 X509Chain 构建上失败 - Asp.net core Client certificate authentication middleware failing on X509Chain build 如何从.net中的字符串读取X509签名证书内容? - How to read X509 Signing Certificate content from string in .net? X509Certificate2 无法在 asp 网页中正确加载 - X509Certificate2 does not load properly in asp net page
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM