ASCredentialIdentityStore.RemoveAllCredentialIdentitiesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从存储中异步删除所有凭据标识。 如果删除了所有标识且未出错,则返回的元组将具有第一个值 true
。
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> RemoveAllCredentialIdentitiesAsync();
abstract member RemoveAllCredentialIdentitiesAsync : unit -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.RemoveAllCredentialIdentitiesAsync : unit -> System.Threading.Tasks.Task<bool * Foundation.NSError>