SignatureProvider(SecurityKey, String) Constructor

Definition

Initializes a new instance of the SignatureProvider class used to create and verify signatures.

protected SignatureProvider (Microsoft.IdentityModel.Tokens.SecurityKey key, string algorithm);
new Microsoft.IdentityModel.Tokens.SignatureProvider : Microsoft.IdentityModel.Tokens.SecurityKey * string -> Microsoft.IdentityModel.Tokens.SignatureProvider
Protected Sub New (key As SecurityKey, algorithm As String)

Parameters

key
SecurityKey

The SecurityKey that will be used for signature operations.

algorithm
String

The signature algorithm to apply.

Exceptions

algorithm is null or empty.

Applies to