Compartilhar via


KeyInfo.SecurityLevel Propriedade

Definição

Retorna o nível de segurança pelo qual a chave está protegida.

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

Valor da propriedade

Atributos

Comentários

Retorna o nível de segurança pelo qual a chave está protegida. KeyProperties.SecurityLevelEnum.TRUSTED_ENVIRONMENT e KeyProperties.SecurityLevelEnum.STRONGBOX indique que o material da chave reside em hardware seguro. O material de chave dessas chaves está disponível em texto simples apenas dentro do hardware seguro e não é exposto fora dele.

Consulte KeyProperties.SecurityLevelEnum Constantes.

Documentação Java para android.security.keystore.KeyInfo.getSecurityLevel().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a