SerializableSecureStoreCredentialCollection.MaxCredentialsCount Property
Gets the maximum number of SerializableSecureStoreCredential objects that can be contained in SerializableSecureStoreCredentialCollection.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Shared ReadOnly Property MaxCredentialsCount As Integer
Get
'Usage
Dim value As Integer
value = SerializableSecureStoreCredentialCollection.MaxCredentialsCount
public static int MaxCredentialsCount { get; }
Property Value
Type: System.Int32
The maximum number of SerializableSecureStoreCredential objects that can be contained in the SerializableSecureStoreCredentialCollection.
See Also
Reference
SerializableSecureStoreCredentialCollection Class