KeySignParameters Class

Definition

The key operations parameters.

public class KeySignParameters
type KeySignParameters = class
Public Class KeySignParameters
Inheritance
KeySignParameters

Constructors

KeySignParameters()

Initializes a new instance of the KeySignParameters class.

KeySignParameters(String, Byte[])

Initializes a new instance of the KeySignParameters class.

Properties

Algorithm

Gets or sets the signing/verification algorithm identifier. For more information on possible algorithm types, see JsonWebKeySignatureAlgorithm. Possible values include: 'PS256', 'PS384', 'PS512', 'RS256', 'RS384', 'RS512', 'RSNULL', 'ES256', 'ES384', 'ES512', 'ECDSA256'

Value

Methods

Validate()

Validate the object.

Applies to