IdentityCredential.SetAllowUsingExhaustedKeys(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets whether to allow using an authentication key which use count has been exceeded if no other key is available.
[Android.Runtime.Register("setAllowUsingExhaustedKeys", "(Z)V", "GetSetAllowUsingExhaustedKeys_ZHandler", ApiSince=30)]
public abstract void SetAllowUsingExhaustedKeys (bool allowUsingExhaustedKeys);
[<Android.Runtime.Register("setAllowUsingExhaustedKeys", "(Z)V", "GetSetAllowUsingExhaustedKeys_ZHandler", ApiSince=30)>]
abstract member SetAllowUsingExhaustedKeys : bool -> unit
Parameters
- allowUsingExhaustedKeys
- Boolean
whether to allow using an authentication key which use count has been exceeded if no other key is available.
- Attributes
Remarks
Sets whether to allow using an authentication key which use count has been exceeded if no other key is available. This must be called prior to calling #getEntries(byte[], Map, byte[], byte[])
.
By default this is set to true.
This member is deprecated. Use PresentationSession
instead.
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.