Adds support for RSA-OAEP XML key encryption. Production use requires a commercial license.
$ dotnet add package ComponentSpace.Saml2.XmlSecurity.RsaOaepComponentSpace.Saml2.XmlSecurity.RsaOaep supports RSA-OAEP encryption of symmetric keys.
Supports the following digest methods:
Supports the following mask generation functions:
ComponentSpace.Saml2.XmlSecurity.RsaOaep is a fully functional evaluation version of a commercial product. The trial period is 30 days.
A product license is available for purchase.
Example ASP.NET Core projects are available that demonstrate RSA-OAEP encryption of symmetric keys.
// Add RSA-OAEP.
builder.Services.AddSaml().AddSamlRsaOaepSecurity();