Share via


KeyWrapAlgorithm(String) Constructor

Definition

Initializes a new instance of the KeyWrapAlgorithm structure.

public KeyWrapAlgorithm (string value);
new Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm : string -> Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm
Public Sub New (value As String)

Parameters

value
String

The string value of the instance.

Applies to