SecureKeyWrapAlgorithm.Implicit(String to SecureKeyWrapAlgorithm) Operator

Definition

Converts a string to a SecureKeyWrapAlgorithm.

public static implicit operator Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm(string value);
static member op_Implicit : string -> Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm
Public Shared Widening Operator CType (value As String) As SecureKeyWrapAlgorithm

Parameters

value
String

The string value to convert.

Returns

Applies to