DomainLoadStoreParameter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為金鑰庫領域建構 DomainLoadStoreParameter,並包含用於保護金鑰庫資料的參數。
[Android.Runtime.Register(".ctor", "(Ljava/net/URI;Ljava/util/Map;)V", "", ApiSince=26)]
public DomainLoadStoreParameter(Java.Net.URI? configuration, System.Collections.Generic.IDictionary<string,Java.Security.KeyStore.IProtectionParameter>? protectionParams);
[<Android.Runtime.Register(".ctor", "(Ljava/net/URI;Ljava/util/Map;)V", "", ApiSince=26)>]
new Java.Security.DomainLoadStoreParameter : Java.Net.URI * System.Collections.Generic.IDictionary<string, Java.Security.KeyStore.IProtectionParameter> -> Java.Security.DomainLoadStoreParameter
參數
- configuration
- URI
網域設定資料的識別碼。
當需要區分同一地點的多個網域配置時,應在 java.net.URI 片段元件中指定目標網域名稱。
- protectionParams
- IDictionary<String,KeyStore.IProtectionParameter>
從 keystore 名稱映射到 保護 keystore 資料所用參數。
當保護參數不被要求,或由領域設定資料中的屬性指定時,應使用 A java.util.Collections.EMPTY_MAP 。
它是為了防止後續修改而被克隆的。
- 屬性
備註
為金鑰庫領域建構 DomainLoadStoreParameter,並包含用於保護金鑰庫資料的參數。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。