PasswordVault UWP 中 PasswordCredential 的最大数量

Maximum number of PasswordCredential in PasswordVault UWP

我没有在联机文档中找到任何信息来提供可以存储在 Windows PasswordVault 中的 PasswordCredential 对象的允许数量。有人有想法吗?

根据备注 PasswordVault.Add | add method

You can only store up to ten credentials per app in the Credential Locker. If you try to store more than ten credentials, you will encounter an Exception.

所以PasswordVaultPasswordCredential的最大个数是10.