Diff
checker
Testo
Testo
Immagini
Documenti
Excel
Cartelle
Legal
Enterprise
Applicazione per desktop
Prezzi
Accedi
Scarica Diffchecker Desktop
Confronta il testo
Trova la differenza tra due file di testo
Strumenti
Cronologia
Editor live
Comprimi invariate
Senza a capo
Layout
Diviso
Unificato
Livello di dettaglio
Intelligente
Parola
Carattere
Evidenziazione sintassi
Scegli sintassi
Ignora
Trasforma testo
Vai alla prima modifica
Modifica input
Diffchecker Desktop
Il modo più sicuro per usare Diffchecker. Ottieni l'app Diffchecker Desktop: i tuoi diff non lasciano mai il tuo computer!
Ottieni Desktop
System.Security.Cryptography.ProtectedData
Creato
5 anni fa
Il diff non scade mai
Eliminare
Esporta
Condividere
Spiegare
17 rimozioni
Linee
Totale
Rimosso
Caratteri
Totale
Rimosso
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
42 linee
Copia tutti
4 aggiunte
Linee
Totale
Aggiunto
Caratteri
Totale
Aggiunto
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
32 linee
Copia tutti
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
Copia
Copiato
Copia
Copiato
<package xmlns="http://schemas.microsoft.com/packaging/201
3/01
/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/201
2/06
/nuspec.xsd">
<metadata
minClientVersion="2.12"
>
<metadata
>
<id>System.Security.Cryptography.ProtectedData</id>
<id>System.Security.Cryptography.ProtectedData</id>
Copia
Copiato
Copia
Copiato
<version>6.0.0-
preview.6.21352.12
</version>
<version>6.0.0-
dev
</version>
<title>System.Security.Cryptography.ProtectedData</title>
<authors>Microsoft</authors>
<authors>Microsoft</authors>
Copia
Copiato
Copia
Copiato
<owners>
microsoft,dotnetframework
</owners>
<owners>
</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<license type="expression">MIT</license>
<icon>Icon.png</icon>
<icon>Icon.png</icon>
<projectUrl>https://dot.net/</projectUrl>
<projectUrl>https://dot.net/</projectUrl>
Copia
Copiato
Copia
Copiato
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides access to Windows Data Protection Api.
<description>Provides access to Windows Data Protection Api.
Commonly Used Types:
Commonly Used Types:
System.Security.Cryptography.DataProtectionScope
System.Security.Cryptography.DataProtectionScope
System.Security.Cryptography.ProtectedData</description>
System.Security.Cryptography.ProtectedData</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<serviceable>true</serviceable>
Copia
Copiato
Copia
Copiato
<repository type="git" url="https://github.com/dotnet/runtime" commit="
770d630b283ec1be4a8ed41ac78e13ec1fd957b1
" />
<repository type="git" url="https://github.com/dotnet/runtime" commit="
0000000000000000000000000000000000000000
" />
<dependencies>
<dependencies>
Copia
Copiato
Copia
Copiato
<group targetFramework="MonoAndroid1.0" />
<group targetFramework="MonoTouch1.0" />
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework="net6.0" />
<group targetFramework="net6.0" />
Copia
Copiato
Copia
Copiato
<group targetFramework=".NETCoreApp2.1" />
<group targetFramework=".NETStandard2.0">
<group targetFramework=".NETStandard2.0">
Copia
Copiato
Copia
Copiato
<dependency id="System.Memory" version="4.5.4" exclude="
Compile
" />
<dependency id="System.Memory" version="4.5.4" exclude="
Build,Analyzers
" />
</group>
</group>
Copia
Copiato
Copia
Copiato
<group targetFramework="Xamarin.iOS1.0" />
<group targetFramework="Xamarin.Mac2.0" />
<group targetFramework="Xamarin.TVOS1.0" />
<group targetFramework="Xamarin.WatchOS1.0" />
</dependencies>
</dependencies>
<frameworkAssemblies>
<frameworkAssemblies>
Copia
Copiato
Copia
Copiato
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</frameworkAssemblies>
</metadata>
</metadata>
</package>
</package>
Diff salvati
Testo originale
Apri file
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd"> <metadata minClientVersion="2.12"> <id>System.Security.Cryptography.ProtectedData</id> <version>6.0.0-preview.6.21352.12</version> <title>System.Security.Cryptography.ProtectedData</title> <authors>Microsoft</authors> <owners>microsoft,dotnetframework</owners> <requireLicenseAcceptance>false</requireLicenseAcceptance> <license type="expression">MIT</license> <icon>Icon.png</icon> <projectUrl>https://dot.net/</projectUrl> <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl> <description>Provides access to Windows Data Protection Api. Commonly Used Types: System.Security.Cryptography.DataProtectionScope System.Security.Cryptography.ProtectedData</description> <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes> <copyright>© Microsoft Corporation. All rights reserved.</copyright> <serviceable>true</serviceable> <repository type="git" url="https://github.com/dotnet/runtime" commit="770d630b283ec1be4a8ed41ac78e13ec1fd957b1" /> <dependencies> <group targetFramework="MonoAndroid1.0" /> <group targetFramework="MonoTouch1.0" /> <group targetFramework=".NETFramework4.6.1" /> <group targetFramework="net6.0" /> <group targetFramework=".NETCoreApp2.1" /> <group targetFramework=".NETStandard2.0"> <dependency id="System.Memory" version="4.5.4" exclude="Compile" /> </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.1" /> <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.6.1" /> </frameworkAssemblies> </metadata> </package>
Testo modificato
Apri file
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <metadata> <id>System.Security.Cryptography.ProtectedData</id> <version>6.0.0-dev</version> <authors>Microsoft</authors> <owners></owners> <requireLicenseAcceptance>false</requireLicenseAcceptance> <license type="expression">MIT</license> <icon>Icon.png</icon> <projectUrl>https://dot.net/</projectUrl> <description>Provides access to Windows Data Protection Api. Commonly Used Types: System.Security.Cryptography.DataProtectionScope System.Security.Cryptography.ProtectedData</description> <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes> <copyright>© Microsoft Corporation. All rights reserved.</copyright> <serviceable>true</serviceable> <repository type="git" url="https://github.com/dotnet/runtime" commit="0000000000000000000000000000000000000000" /> <dependencies> <group targetFramework=".NETFramework4.6.1" /> <group targetFramework="net6.0" /> <group targetFramework=".NETStandard2.0"> <dependency id="System.Memory" version="4.5.4" exclude="Build,Analyzers" /> </group> </dependencies> <frameworkAssemblies> <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.6.1" /> </frameworkAssemblies> </metadata> </package>
Trovare la differenza