SecureWrapResult.Algorithm Property

Definition

Gets the SecureKeyWrapAlgorithm used. This must be stored alongside the EncryptedKey as the same algorithm must be used to unwrap it.

public Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm Algorithm { get; }
member this.Algorithm : Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm
Public ReadOnly Property Algorithm As SecureKeyWrapAlgorithm

Property Value

Applies to