
Adds support for RSASSA-PSS signature algorithms.
Features
- Supports RSASSA-PSS signature algorithms (http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1 etc).
- Allows refactoring the XML encryption and signatures classes so it is easier to support other algorithms.
- Ensures the assertion hasn’t expired before adding its ID to the assertion replay check cache.
- Fires the OnSendMessage after the message is signed rather than before.
- Supports an optional subject alternative name in CreateSelfSignedCert.
- Makes it easier to specify a different target for the HTTP Post HTML form.