net9.0
namespace System.Security.Cryptography
{
[SupportedOSPlatform("ios13.0")]
[SupportedOSPlatform("tvos13.0")]
[UnsupportedOSPlatform("browser")]
[UnsupportedOSPlatform("ios")]
[UnsupportedOSPlatform("tvos")]
public sealed class ChaCha20Poly1305 : IDisposable
{
public void Decrypt(byte[]! nonce, byte[]! ciphertext, byte[]! tag, byte[]! plaintext, byte[]? associatedData = null);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 6.07.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Security.Cryptography , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on any platform except for these:
|