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

Microsoft.IdentityModel.Tokens.RsaKeyWrapProvider

Provides RSA Wrap key and Unwrap key services.
public RsaKeyWrapProvider(SecurityKey key, string algorithm, bool willUnwrap)

Initializes a new instance of the RsaKeyWrapProvider class used for wrapping and unwrapping keys. These keys are usually symmetric session keys that are wrapped using the recipient's public key.

protected virtual bool IsSupportedAlgorithm(SecurityKey key, string algorithm)

Checks if the specified algorithm is supported.