Microsoft.IdentityModel.Tokens.RsaKeyWrapProvider
Provides RSA Wrap key and Unwrap key services.
namespace Microsoft.IdentityModel.Tokens
{
public class RsaKeyWrapProvider : KeyWrapProvider
{
public RsaKeyWrapProvider(SecurityKey key, string algorithm, bool willUnwrap);
protected virtual bool IsSupportedAlgorithm(SecurityKey key, string algorithm);
}
}