ClientSideEncryptionOptions.KeyWrapAlgorithm Property

Definition

Required for upload operations. The algorithm identifier to use when wrapping the content encryption key. This is passed into WrapKey(String, ReadOnlyMemory<Byte>, CancellationToken) and its async counterpart.

public string KeyWrapAlgorithm { get; set; }
member this.KeyWrapAlgorithm : string with get, set
Public Property KeyWrapAlgorithm As String

Property Value

Applies to