System.Security.Cryptography.Primitives (4.0.0)
Published 2023-05-05 11:42:16 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.0.0 System.Security.Cryptography.Primitives
About this package
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.
Dependencies
ID | Version | Target Framework |
---|---|---|
System.Diagnostics.Debug | 4.0.11 | .NETStandard1.3 |
System.Globalization | 4.0.11 | .NETStandard1.3 |
System.IO | 4.1.0 | .NETStandard1.3 |
System.Resources.ResourceManager | 4.0.1 | .NETStandard1.3 |
System.Runtime | 4.1.0 | .NETStandard1.3 |
System.Threading | 4.0.11 | .NETStandard1.3 |
System.Threading.Tasks | 4.0.11 | .NETStandard1.3 |