Lingua

KeyProperties.PurposeAttestKey Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Security.Keystore.KeyStorePurpose enum directly instead of this field.

Scopo della chiave: attestazioni di firma.

[Android.Runtime.Register("PURPOSE_ATTEST_KEY", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyStorePurpose enum directly instead of this field.", true)]
public const Android.Security.Keystore.KeyStorePurpose PurposeAttestKey = 128;
[<Android.Runtime.Register("PURPOSE_ATTEST_KEY", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyStorePurpose enum directly instead of this field.", true)>]
val mutable PurposeAttestKey : Android.Security.Keystore.KeyStorePurpose

Valore del campo

Value = 128
Attributi

Commenti

Scopo della chiave: attestazioni di firma. Questo scopo non è compatibile con tutti gli altri, ovvero quando si genera una chiave con PURPOSE_ATTEST_KEY, non è possibile specificare altri scopi. Inoltre, PURPOSE_ATTEST_KEY potrebbe non essere specificato per le chiavi importate.

per android.security.keystore.KeyProperties.PURPOSE_ATTEST_KEY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a