Partager via


RsaKeyWrapProvider(SecurityKey, String, Boolean) Constructor

Definition

Initializes a new instance of RsaKeyWrapProvider used for wrapping and un-wrappping keys. These keys are usually symmetric session keys that are wrapped using the recipients public key.

public RsaKeyWrapProvider (Microsoft.IdentityModel.Tokens.SecurityKey key, string algorithm, bool willUnwrap);
new Microsoft.IdentityModel.Tokens.RsaKeyWrapProvider : Microsoft.IdentityModel.Tokens.SecurityKey * string * bool -> Microsoft.IdentityModel.Tokens.RsaKeyWrapProvider
Public Sub New (key As SecurityKey, algorithm As String, willUnwrap As Boolean)

Parameters

algorithm
String
willUnwrap
Boolean

Applies to