Microsoft.IdentityModel.Tokens.DecryptionDelegate
public virtual IAsyncResult BeginInvoke(byte[] cipherText, byte[] authenticatedData, byte[] iv, byte[] authenticationTag, AsyncCallback callback, object object)
public virtual byte[] Invoke(byte[] cipherText, byte[] authenticatedData, byte[] iv, byte[] authenticationTag)