KeyWrapAlgorithm.Implicit(String to KeyWrapAlgorithm) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.