DecryptResult Class

Definition

Represents information about a decrypt operation.

public class DecryptResult
type DecryptResult = class
Public Class DecryptResult
Inheritance
DecryptResult

Properties

Algorithm

Gets the EncryptionAlgorithm used for the decryption.

KeyId

Gets the key identifier of the KeyVaultKey used to decrypt.

Plaintext

Gets the decrypted data.

Applies to