KeyInfo.SecurityLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回金鑰受到保護的安全性層級。
public virtual int SecurityLevel { [Android.Runtime.Register("getSecurityLevel", "()I", "GetGetSecurityLevelHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSecurityLevel", "()I", "GetGetSecurityLevelHandler", ApiSince=31)>]
member this.SecurityLevel : int
屬性值
- 屬性
備註
傳回金鑰受到保護的安全性層級。 KeyProperties.SecurityLevelEnum.TRUSTED_ENVIRONMENT
和 KeyProperties.SecurityLevelEnum.STRONGBOX
表示金鑰資料位於安全硬體中。 這類密鑰的金鑰內容只能在安全硬體內以純文字形式提供,而且不會在外部公開。
請參閱 KeyProperties
。SecurityLevelEnum
常數。
的 android.security.keystore.KeyInfo.getSecurityLevel()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。