Support for xmlenc11#aes256-gcm

Hi,

Are there plans to support XML encryption with http://www.w3.org/2009/xmlenc11#aes256-gcm?
My idp requires it.

Thanks

I manged to include the algoritm myself using bouncy castle and this:


CryptoConfig.AddAlgorithm(typeof(AesGcmAlgorithm), "<a href=“http://www.w3.org/2009/xmlenc11#aes256-gcm");">http://www.w3.org/2009/xmlenc11#aes256-gcm”);

Ok, thanks for posting your solution.