共用方式為


KeyWrapAlgorithm.Implicit(String to KeyWrapAlgorithm) Operator

Definition

Converts a string to a KeyWrapAlgorithm.

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

Parameters

value
String

The string value to convert.

Returns

Applies to