</>PackageGraphPackageGraph

runtime.native.System.Security.Cryptography.Apple

NuGetv4.3.1

Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.

Not recommended for new projects

No — runtime.native.System.Security.Cryptography.Apple should not be adopted for new projects. Last published 3276 days ago. No license declared — you have no explicit right to use this code.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 3276 days ago.

  • AWeight: grade A, Excellent.

    Pulls in 1 transitive package.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • FLicense: grade F, Failing.

    No license declared — you have no explicit right to use this code.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding runtime.native.System.Security.Cryptography.Apple to a project.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

1
Tree depth

Longest resolved dependency chain below this package.

Compatibility

.NET
No constraint declared

Dependencies

Declared by runtime.native.System.Security.Cryptography.Apple v4.3.1. Runtime dependencies are installed with the package; dev dependencies are not.

Used by

Popular packages that depend on runtime.native.System.Security.Cryptography.Apple.

Relationship graph

Dependencies (left) and dependents (right) of runtime.native.System.Security.Cryptography.Apple.

runtime.osx.10.10…System.Security.C…runtime.native.Sy…
runtime.native.System.Security.Cryptography.Apple dependencies dependents

Frequently installed together

System.Security.Cryptography.EncodingNuGet

Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data. Commonly Used Types: System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection When using NuGet 3.x this package requires at least version 3.4.

0/wk7 dependents
System.Security.Cryptography.PrimitivesNuGet

Provides common types for the cryptographic libraries. Commonly Used Types: System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.SymmetricAlgorithm System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.KeyedHashAlgorithm System.Security.Cryptography.HMAC System.Security.Cryptography.KeySizes System.Security.Cryptography.CryptographicException System.Security.Cryptography.CipherMode System.Security.Cryptography.PaddingMode System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStreamMode When using NuGet 3.x this package requires at least version 3.4.

0/wk8 dependents
System.CollectionsNuGet

Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.

0/wk21 dependents
System.IONuGet

Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.

0/wk22 dependents
System.Resources.ResourceManagerNuGet

Provides classes and attributes that allow developers to create, store, and manage various culture-specific resources used in an application. Commonly Used Types: System.Resources.ResourceManager System.Resources.NeutralResourcesLanguageAttribute System.Resources.SatelliteContractVersionAttribute System.Resources.MissingManifestResourceException When using NuGet 3.x this package requires at least version 3.4.

0/wk36 dependents
System.RuntimeNuGet

Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri When using NuGet 3.x this package requires at least version 3.4.

0/wk64 dependents
System.Runtime.ExtensionsNuGet

Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information. Commonly Used Types: System.Math System.Environment System.Random System.Progress<T> System.Convert System.Diagnostics.Stopwatch System.Runtime.Versioning.FrameworkName System.StringComparer System.IO.Path When using NuGet 3.x this package requires at least version 3.4.

0/wk28 dependents
System.Text.EncodingNuGet

Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes. Commonly Used Types: System.Text.Encoding System.Text.DecoderFallbackException System.Text.Decoder System.Text.EncoderFallbackException System.Text.Encoder System.Text.EncoderFallback System.Text.EncoderFallbackBuffer System.Text.DecoderFallback System.Text.DecoderFallbackBuffer System.Text.DecoderExceptionFallback When using NuGet 3.x this package requires at least version 3.4.

0/wk18 dependents
System.Runtime.InteropServicesNuGet

Provides types that support COM interop and platform invoke services. Commonly Used Types: System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GuidAttribute System.Runtime.InteropServices.COMException System.DllNotFoundException System.Runtime.InteropServices.DllImportAttribute When using NuGet 3.x this package requires at least version 3.4.

0/wk16 dependents
System.Runtime.NumericsNuGet

Provides the numeric types System.Numerics.BigInteger and System.Numerics.Complex, which complement the numeric primitives, such as System.Byte, System.Double and System.Int32. Commonly Used Types: System.Numerics.BigInteger System.Numerics.Complex When using NuGet 3.x this package requires at least version 3.4.

0/wk4 dependents
System.Runtime.HandlesNuGet

Provides base classes, including System.Runtime.InteropServices.CriticalHandle and System.Runtime.InteropServices.SafeHandle, for types that represent operating system handles. Commonly Used Types: System.Runtime.InteropServices.SafeHandle Microsoft.Win32.SafeHandles.SafeWaitHandle System.Runtime.InteropServices.CriticalHandle System.Threading.WaitHandleExtensions System.IO.HandleInheritability When using NuGet 3.x this package requires at least version 3.4.

0/wk13 dependents
runtime.native.System.Security.Cryptography.OpenSslNuGet

Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.

0/wk4 dependents

Release history

No releases in the last two years, typically about 309 days apart.

Recent versions of runtime.native.System.Security.Cryptography.Apple
VersionPublishedLicense
4.3.1latest9 years ago
4.3.09 years ago
4.3.0-preview1-24530-0410 years ago

Overview

runtime.native.System.Security.Cryptography.Apple is an NuGet package that internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4. It has 1 known dependents in the graph. The latest version is 4.3.1.

Who should use it

Teams working in the NuGet ecosystem who need internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4 and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your NuGet stack.

Pros

  • Lean dependency tree (1 direct dependencies).

Cons

  • No license detected — review usage terms before adopting.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use runtime.native.System.Security.Cryptography.Apple?

No — runtime.native.System.Security.Cryptography.Apple should not be adopted for new projects. Last published 3276 days ago. No license declared — you have no explicit right to use this code.

How do I install runtime.native.System.Security.Cryptography.Apple?

Run `dotnet add package runtime.native.System.Security.Cryptography.Apple` to add runtime.native.System.Security.Cryptography.Apple to your NuGet project.

How many dependencies does runtime.native.System.Security.Cryptography.Apple have?

runtime.native.System.Security.Cryptography.Apple declares 1 direct dependency and pulls in 1 packages in total once its runtime tree is resolved.

What license is runtime.native.System.Security.Cryptography.Apple released under?

No license was detected in runtime.native.System.Security.Cryptography.Apple's metadata; review the repository before use.

How popular is runtime.native.System.Security.Cryptography.Apple?

NuGet does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on runtime.native.System.Security.Cryptography.Apple.

Is runtime.native.System.Security.Cryptography.Apple still maintained?

The most recent release of runtime.native.System.Security.Cryptography.Apple (v4.3.1) was published 9 years ago.