次の方法で共有


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。

戻り値

適用対象