KeyVerifyParameters Class

Definition

The key verify parameters.

public class KeyVerifyParameters
type KeyVerifyParameters = class
Public Class KeyVerifyParameters
Inheritance
KeyVerifyParameters

Constructors

KeyVerifyParameters()

Initializes a new instance of the KeyVerifyParameters class.

KeyVerifyParameters(String, Byte[], Byte[])

Initializes a new instance of the KeyVerifyParameters class.

Properties

Algorithm

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

Digest

Gets or sets the digest used for signing.

Signature

Gets or sets the signature to be verified.

Methods

Validate()

Validate the object.

Applies to