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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ More libraries are coming soon (the overall list of items we currently plan to m
92
92
|**System.ObjectModel**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides types and interfaces that enable the creation of observable types that provide notifications to clients when changes are made.</sub>|
93
93
|**System.Reflection**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata.</sub>|
94
94
|**System.Reflection.DispatchProxy**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides a mechanism for dynamically creating proxy types that implement a specified interface and derive from a specified DispatchProxy type.</sub>|
95
+
|**System.Reflection.Emit.ILGeneration**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides types that allow a compiler or other tool to emit Microsoft intermediate language (MSIL).</sub>|
95
96
|**System.Reflection.Emit.Lightweight**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded.</sub>|
96
97
|**System.Reflection.Extensions**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides custom attribute extension methods for System.Reflection types.</sub>|
97
98
|**System.Reflection.Metadata**<br/>[](http://www.nuget.org/packages/System.Reflection.Metadata/)|<sub>Provides a highly-tuned, low-level ECMA-335 metadata reader. This is the same reader used by "[Roslyn]" C# and Visual Basic compilers to parse assemblies.</sub>|
@@ -109,9 +110,12 @@ More libraries are coming soon (the overall list of items we currently plan to m
109
110
|**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>|
110
111
|**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>|
111
112
|**System.Security.Cryptography.Encryption**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides base types for symmetric and asymmetric cryptographic algorithms.</sub>|
113
+
|**System.Security.Cryptography.Encryption.Aes**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides types which perform symmetric encryption and decryption using the Advanced Encryption Standard (AES) algorithm.</sub>|
112
114
|**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>|
113
115
|**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
116
|**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>|
117
+
|**System.Security.Cryptography.RSA**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides types which perform asymmetric encryption and decryption using the RSA algorithm.</sub>|
118
+
|**System.Security.Cryptography.X509Certificates**<br/>[](https://www.myget.org/gallery/dotnet-core)|<sub>Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates.</sub>|
115
119
|**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>|
116
120
|**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>|
117
121
|**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