mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
Obsolete X509Certificate{2} constructors and X509Certificate2Collection.Import
This commit is contained in:
parent
b9673cb8c3
commit
02bd1da6e3
38 changed files with 141 additions and 35 deletions
|
@ -110,6 +110,7 @@ The PR that reveals the implementation of the `<IncludeInternalObsoleteAttribute
|
|||
| __`SYSLIB0053`__ | AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size. |
|
||||
| __`SYSLIB0054`__ | Thread.VolatileRead and Thread.VolatileWrite are obsolete. Use Volatile.Read or Volatile.Write respectively instead. |
|
||||
| __`SYSLIB0055`__ | The underlying hardware instruction does not perform a signed saturate narrowing operation, and it always returns an unsigned result. Use the unsigned overload instead. |
|
||||
| __`SYSLIB0057`__ | Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates. |
|
||||
|
||||
## Analyzer Warnings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue