You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,8 @@ More libraries are coming soon (the overall list of items we currently plan to m
70
70
|**System.Diagnostics.Tools**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides attributes, such as GeneratedCodeAttribute, that are emitted or consumed by analysis tools.</sub>|
71
71
|**System.Diagnostics.TraceSource**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes that help you trace the execution of your code.</sub>|
72
72
|**System.Dynamic.Runtime**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes and interfaces that support the Dynamic Language Runtime (DLR).</sub>|
73
-
|**System.Globalization.Extensions**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for performing unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names.</sub>|
74
73
|**System.Globalization.Calendars**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars.</sub>|
74
+
|**System.Globalization.Extensions**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for performing unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names.</sub>|
75
75
|**System.IO**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides base input and output (I/O) types that enable reading and writing data streams.</sub>|
76
76
|**System.IO.Compression**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes that support the compression and decompression of streams.</sub>|
77
77
|**System.IO.Compression.ZipFile**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides static methods for creating and using Zip files.</sub>|
@@ -106,10 +106,12 @@ More libraries are coming soon (the overall list of items we currently plan to m
106
106
|**System.Runtime.Serialization.Json**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for serializing objects to the JavaScript Object Notation (JSON) and for deserializing JSON data to objects.</sub>|
107
107
|**System.Runtime.Serialization.Primitives**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization.</sub>|
108
108
|**System.Runtime.Serialization.Xml**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects.</sub>|
109
+
|**System.Security.Cryptography.DeriveBytes**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides the System.Security.Cryptography.Rfc2898DeriveBytes class, which implements password-based key derivation functionality per [RFC 2898](http://www.ietf.org/rfc/rfc2898.txt).</sub>|
109
110
|**System.Security.Cryptography.Encoding**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data.</sub>|
110
111
|**System.Security.Cryptography.Encryption**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides base types for symmetric and asymmetric cryptographic algorithms.</sub>|
111
112
|**System.Security.Cryptography.Hashing**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides base types for cryptographic hashing and hash-based message authentication code (HMAC).</sub>|
112
113
|**System.Security.Cryptography.Hashing.Algorithms**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides concrete implementations of cryptographic hashing and hash-based message authentication code (HMAC), including MD5, SHA-1, and SHA-2.</sub>|
114
+
|**System.Security.Cryptography.RandomNumberGenerator**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides the System.Security.Cryptography.RandomNumberGenerator class, which generates cryptographically secure random numbers.</sub>|
113
115
|**System.Security.Principal**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides the base interfaces for principal and identity objects that represent the security context under which code is running.</sub>|
114
116
|**System.Security.Principal.Windows**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for retrieving the current Windows user and for interacting with Windows users and groups.</sub>|
115
117
|**System.Security.SecureString**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides support for accessing and modifying text that should be kept confidential.</sub>|
0 commit comments