CredentialDataRequest.IsAllowUsingExhaustedKeys 属性

定义

获取是否允许使用已超出使用计数的身份验证密钥。

public virtual bool IsAllowUsingExhaustedKeys { [Android.Runtime.Register("isAllowUsingExhaustedKeys", "()Z", "GetIsAllowUsingExhaustedKeysHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isAllowUsingExhaustedKeys", "()Z", "GetIsAllowUsingExhaustedKeysHandler", ApiSince=33)>]
member this.IsAllowUsingExhaustedKeys : bool

属性值

如果其他密钥不可用,是否允许使用使用计数的身份验证密钥。

属性

注解

获取是否允许使用已超出使用计数的身份验证密钥。

默认情况下,此值设置为 true。

适用于 . 的 android.security.identity.CredentialDataRequest.isAllowUsingExhaustedKeys()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于