Metadata >> NuGet >> HttpSignatures

HttpSignatures

Metadata

Authors Karl Böhlmark
Description Http Signatures is an implementation of http://tools.ietf.org/html/draft-cavage-http-signatures-03 for .NET
Language en-US
LicenseUrl https://raw.github.com/karlbohlmark/http-signatures-csharp/master/LICENSE.md
Owners Karl Böhlmark
ProjectUrl http://github.com/karlbohlmark/http-signatures-csharp
RequireLicenseAcceptance False
Tags Http Signatures
Title Http Signatures
PackageSize 10909
PackageHashAlgorithm SHA512
PackageHash zriTMWB1yXAiLtZcNbWWTkNwKjJwsLfVLXuFzhax0AP1OVAHs0AXNMqdKwdXhCaJuFzI1aZ4Y8pTAKei4mPirg==
DownloadCount 000000
CreatedDate 2014-11-11T23:35:47
Dependencies Common.Logging:2.3.1

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install HttpSignatures -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install HttpSignatures -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package HttpSignatures
Installing the package (HTTP Basic authentication):
Install-Package HttpSignatures -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package HttpSignatures -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package HttpSignatures

OpenWrap

Installing the package:
o add-wrap HttpSignatures
Uninstalling the package:
o remove-wrap HttpSignatures

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5