次の方法で共有


KeyResolver.IKeyEncryptionKeyResolver.ResolveAsync メソッド

定義

指定した keyId に対応するキー暗号化キーを取得します。

System.Threading.Tasks.Task<Azure.Core.Cryptography.IKeyEncryptionKey> IKeyEncryptionKeyResolver.ResolveAsync (string keyId, System.Threading.CancellationToken cancellationToken);
abstract member Azure.Core.Cryptography.IKeyEncryptionKeyResolver.ResolveAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Core.Cryptography.IKeyEncryptionKey>
override this.Azure.Core.Cryptography.IKeyEncryptionKeyResolver.ResolveAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Core.Cryptography.IKeyEncryptionKey>
Function ResolveAsync (keyId As String, cancellationToken As CancellationToken) As Task(Of IKeyEncryptionKey) Implements IKeyEncryptionKeyResolver.ResolveAsync

パラメーター

keyId
String

取得するキー暗号化キーのキー識別子。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

指定した keyId に対応するキー暗号化キー。

実装

適用対象