SerializableSecureStoreCredentialCollection.MaxCredentialsCount - Propriété
Obtient le nombre maximal d'objets SerializableSecureStoreCredential qui peuvent être contenues dans SerializableSecureStoreCredentialCollection.
Espace de noms : Microsoft.Office.SecureStoreService.Server
Assembly : Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property MaxCredentialsCount As Integer
Get
'Utilisation
Dim value As Integer
value = SerializableSecureStoreCredentialCollection.MaxCredentialsCount
public static int MaxCredentialsCount { get; }
Valeur de propriété
Type : System.Int32
Le nombre maximal d'objets SerializableSecureStoreCredential qui peut être inclus dans le SerializableSecureStoreCredentialCollection.
Voir aussi
Référence
SerializableSecureStoreCredentialCollection classe