19.12.0-preview1
Pre-release
Pre-release
ektrah
released this
31 Dec 16:01
·
308 commits
to master
since this release
API Changes
- The API has been fully annotated with C# 8.0 "nullable" annotations
- Key.PublicKey has been changed from returning null to throwing an InvalidOperationException if the Key is not an asymmetric key
- Key.HasPublicKey has been added for checking whether a Key is an asymmetric key
- PublicKey.Equals has been changed from throwing a NullReferenceException to returning false if
other
is null
Compatibility
This pre-release supports .NET Core 3.1, 3.0, and 2.1.