KeyDecryptInput.Algorithm Property

Definition

Algorithm to use for decrypting the data

[System.Text.Json.Serialization.JsonPropertyName("algorithm")]
public Azure.Connectors.Sdk.KeyVault.Models.Algorithm? Algorithm { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("algorithm")>]
member this.Algorithm : Nullable<Azure.Connectors.Sdk.KeyVault.Models.Algorithm> with get, set
Public Property Algorithm As Nullable(Of Algorithm)

Property Value

Attributes

Applies to