語言

KeyStore.Builder.GetProtectionParameter(String) 方法

定義

Entry請求指定別名時,會回傳 ProtectionParameter to to 使用的 。

[Android.Runtime.Register("getProtectionParameter", "(Ljava/lang/String;)Ljava/security/KeyStore$ProtectionParameter;", "GetGetProtectionParameter_Ljava_lang_String_Handler")]
public abstract Java.Security.KeyStore.IProtectionParameter GetProtectionParameter(string alias);
[<Android.Runtime.Register("getProtectionParameter", "(Ljava/lang/String;)Ljava/security/KeyStore$ProtectionParameter;", "GetGetProtectionParameter_Ljava_lang_String_Handler")>]
abstract member GetProtectionParameter : string -> Java.Security.KeyStore.IProtectionParameter

參數

alias
String

那是條目筆下的化名。

傳回

屬性

例外狀況

如果在查找保護參數時發生錯誤。

如果 KeyStore 在呼叫此方法之前未被呼叫。

aliasnull

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於