KeyProperties.UnrestrictedUsageCount Field

Definition

This value indicates that there is no restriction on the number of times the key can be used.

[Android.Runtime.Register("UNRESTRICTED_USAGE_COUNT", ApiSince=31)]
public const int UnrestrictedUsageCount = -1;
[<Android.Runtime.Register("UNRESTRICTED_USAGE_COUNT", ApiSince=31)>]
val mutable UnrestrictedUsageCount : int

Field Value

Value = -1
Attributes

Remarks

This value indicates that there is no restriction on the number of times the key can be used.

Java documentation for android.security.keystore.KeyProperties.UNRESTRICTED_USAGE_COUNT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to