次の方法で共有


ClientEncryptionKeyResponse.Implicit 演算子

定義

暗号化キーの応答からクライアント暗号化キーを暗黙的に取得します。

public static implicit operator Microsoft.Azure.Cosmos.ClientEncryptionKey (Microsoft.Azure.Cosmos.ClientEncryptionKeyResponse response);
static member op_Implicit : Microsoft.Azure.Cosmos.ClientEncryptionKeyResponse -> Microsoft.Azure.Cosmos.ClientEncryptionKey
Public Shared Widening Operator CType (response As ClientEncryptionKeyResponse) As ClientEncryptionKey

パラメーター

response
ClientEncryptionKeyResponse

クライアント暗号化キーの取得元の応答。

戻り値

適用対象