你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyBundle 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
KeyBundle() |
初始化 KeyBundle 类的新实例。 |
KeyBundle(JsonWebKey, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>) |
初始化 KeyBundle 类的新实例。 |
KeyBundle()
KeyBundle(JsonWebKey, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>)
- Source:
- KeyBundle.cs
初始化 KeyBundle 类的新实例。
public KeyBundle (Microsoft.Azure.KeyVault.WebKey.JsonWebKey key = default, Microsoft.Azure.KeyVault.Models.KeyAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? managed = default);
new Microsoft.Azure.KeyVault.Models.KeyBundle : Microsoft.Azure.KeyVault.WebKey.JsonWebKey * Microsoft.Azure.KeyVault.Models.KeyAttributes * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.KeyVault.Models.KeyBundle
Public Sub New (Optional key As JsonWebKey = Nothing, Optional attributes As KeyAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional managed As Nullable(Of Boolean) = Nothing)
参数
- key
- JsonWebKey
Json Web 密钥。
- attributes
- KeyAttributes
密钥管理属性。
- tags
- IDictionary<String,String>
键/值对形式的应用程序特定元数据。