你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithKey.WithLocalKeyToImport(JsonWebKey) 方法

定义

指定要作为新版本导入的现有密钥。

public Microsoft.Azure.Management.KeyVault.Fluent.Key.UpdateWithImport.IUpdateWithImport WithLocalKeyToImport (Microsoft.Azure.KeyVault.WebKey.JsonWebKey key);
abstract member WithLocalKeyToImport : Microsoft.Azure.KeyVault.WebKey.JsonWebKey -> Microsoft.Azure.Management.KeyVault.Fluent.Key.UpdateWithImport.IUpdateWithImport
Public Function WithLocalKeyToImport (key As JsonWebKey) As IUpdateWithImport

参数

key
JsonWebKey

要导入的现有 JWK。

返回

适用于