OC.Core 2.0.0

dotnet add package OC.Core --version 2.0.0
NuGet\Install-Package OC.Core -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OC.Core" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OC.Core --version 2.0.0
#r "nuget: OC.Core, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OC.Core as a Cake Addin
#addin nuget:?package=OC.Core&version=2.0.0

// Install OC.Core as a Cake Tool
#tool nuget:?package=OC.Core&version=2.0.0

Object
Implements base class with a facility for safe finalization/garbage collection for subclasses.

AssemblyHelper
Extracts metadata (e.g. title, description, and version) from the process executable in the default application domain (=the assembly that was loaded first when your application was started).

Converter
Helps converting to Base64 and to Hex and vice versa, taking care of most of the inconveniences of handling byte[], streams, etc. in your code.

EventsHelper
Generic class for propagation of events to subscribers and handling of exceptions.

TemporaryFile
Simple class for accessing temporary files on disk.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on OC.Core:

Package Downloads
OC.Core.Crypto

You need basic cryptographic functionality to secure data from within your application, but have no clue what ASN.1 or X.509 is? You don't want your code to contain a lot of lines of code that handle byte[], streams, and other weird object types that have nothing to do with your actual business logic? This library takes care about all details without messing up your code and without requiring you to be a guru in cryptography and computer science. ECSigner and ECKeyPair Public key cryptography for signing using elliptic curves. RSASigner and RSAKeyPar Public key cryptography for signing using the RSA algorithm and RIPEMD-160. Hash Secure Hashing using MD5, SHA1, SHA256, SHA512, Whirlpool, RIPEMD-160, and RIPEMD-320. +others. Please be aware that the functionality of this library is limited by design! It is aimed to hide the complexity of cryptography and it is not about flexibility and/or features! Most of our code uses the Bouncy Castle C# API (see http://www.bouncycastle.org/csharp/), so if you need flexibility and all the features in the world, please go for Bouncy Castle. Source code can be pulled using git, OC.Core and OC.Core.Crypto are included in the OC.Core repository: https://git.objectcomp.com/scm/oc/oc.core.git Please visit https://www.objectcomp.com for feature requests and bug reports or write to helpdesk@objectcomp.com .

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 4,377 1/2/2017