55 lines
2.6 KiB
XML
55 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata minClientVersion="2.12">
|
|
<id>System.Security.Cryptography.Primitives</id>
|
|
<version>4.3.0</version>
|
|
<title>System.Security.Cryptography.Primitives</title>
|
|
<authors>Microsoft</authors>
|
|
<owners>microsoft,dotnetframework</owners>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
|
|
<projectUrl>https://dot.net/</projectUrl>
|
|
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
|
<description>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.</description>
|
|
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<serviceable>true</serviceable>
|
|
<dependencies>
|
|
<group targetFramework="MonoAndroid1.0" />
|
|
<group targetFramework="MonoTouch1.0" />
|
|
<group targetFramework=".NETFramework4.6" />
|
|
<group targetFramework=".NETStandard1.3">
|
|
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Compile" />
|
|
<dependency id="System.Globalization" version="4.3.0" exclude="Compile" />
|
|
<dependency id="System.IO" version="4.3.0" />
|
|
<dependency id="System.Resources.ResourceManager" version="4.3.0" exclude="Compile" />
|
|
<dependency id="System.Runtime" version="4.3.0" />
|
|
<dependency id="System.Threading" version="4.3.0" exclude="Compile" />
|
|
<dependency id="System.Threading.Tasks" version="4.3.0" />
|
|
</group>
|
|
<group targetFramework="Xamarin.iOS1.0" />
|
|
<group targetFramework="Xamarin.Mac2.0" />
|
|
<group targetFramework="Xamarin.TVOS1.0" />
|
|
<group targetFramework="Xamarin.WatchOS1.0" />
|
|
</dependencies>
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6" />
|
|
</frameworkAssemblies>
|
|
</metadata>
|
|
</package> |