Info
Version: | 1.0.1 |
Author(s): | Steve Reece |
Last Update: | Tuesday, May 10, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scrumfish/ApiClientCertificateAttribute |
NuGet Url: | https://www.nuget.org/packages/Scrumfish-WebApi2-Client-Certificate-Filter |
Install
Install-Package Scrumfish-WebApi2-Client-Certificate-Filter
dotnet add package Scrumfish-WebApi2-Client-Certificate-Filter
paket add Scrumfish-WebApi2-Client-Certificate-Filter
Scrumfish-WebApi2-Client-Certificate-Filter Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.WindowsAzure.ConfigurationManager(>= 3.2.1)
- Microsoft.AspNet.WebApi(>= 5.2.3)
Tags
It is most useful for developers using Azure Management API.
In you WebApiConfig.cs add the following line:
config.Filters.Add(new ClientCertificateAuthenticateFilter());.