Share via


KeyOperation.Decrypt Property

Definition

Gets a value that indicates the key can be used to decrypt with the DecryptAsync(EncryptionAlgorithm, Byte[], CancellationToken) or Decrypt(EncryptionAlgorithm, Byte[], CancellationToken) methods.

public static Azure.Security.KeyVault.Keys.KeyOperation Decrypt { get; }
static member Decrypt : Azure.Security.KeyVault.Keys.KeyOperation
Public Shared ReadOnly Property Decrypt As KeyOperation

Property Value

Applies to