DecryptParameters Class

Definition

Parameters for decrypting ciphertext.

public class DecryptParameters
type DecryptParameters = class
Public Class DecryptParameters
Inheritance
DecryptParameters

Properties

AdditionalAuthenticatedData

Gets additional data that is authenticated during decryption but not encrypted.

Algorithm

Gets or sets the EncryptionAlgorithm.

AuthenticationTag

Gets the authenticated tag resulting from encryption with a symmetric key using AES.

Ciphertext

Gets the ciphertext to decrypt.

Iv

Gets the initialization vector for decryption.

Methods

A128CbcPadParameters(Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A128CbcPad encryption algorithm with PKCS#7 padding.

A128CbcParameters(Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A128Cbc encryption algorithm.

A128GcmParameters(Byte[], Byte[], Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A128Gcm encryption algorithm.

A192CbcPadParameters(Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A192CbcPad encryption algorithm with PKCS#7 padding.

A192CbcParameters(Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A192Cbc encryption algorithm.

A192GcmParameters(Byte[], Byte[], Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A192Gcm encryption algorithm.

A256CbcPadParameters(Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A256CbcPad encryption algorithm with PKCS#7 padding.

A256CbcParameters(Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A256Cbc encryption algorithm.

A256GcmParameters(Byte[], Byte[], Byte[], Byte[])

Creates an instance of the DecryptParameters class for the A256Gcm encryption algorithm.

Rsa15Parameters(Byte[])

Creates an instance of the DecryptParameters class for the Rsa15 encryption algorithm.

RsaOaep256Parameters(Byte[])

Creates an instance of the DecryptParameters class for the RsaOaep256 encryption algorithm.

RsaOaepParameters(Byte[])

Creates an instance of the DecryptParameters class for the RsaOaep encryption algorithm.

Applies to