<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.16.0" />

Microsoft.IdentityModel.Tokens.DecryptionDelegate

public DecryptionDelegate(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(byte[] cipherText, byte[] authenticatedData, byte[] iv, byte[] authenticationTag, AsyncCallback callback, object object)

public virtual byte[] EndInvoke(IAsyncResult result)

public virtual byte[] Invoke(byte[] cipherText, byte[] authenticatedData, byte[] iv, byte[] authenticationTag)