Share via


SecureStoreCredential.MaxCredentialsLength Property

Gets the maximum length of the secure string that represents the credential.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Shared ReadOnly Property MaxCredentialsLength As Integer
    Get
'Usage
Dim value As Integer

value = SecureStoreCredential.MaxCredentialsLength
public static int MaxCredentialsLength { get; }

Property Value

Type: System.Int32
The maximum length of the secure string that represents the credential. The value is 512.

See Also

Reference

SecureStoreCredential Class

SecureStoreCredential Members

Microsoft.Office.SecureStoreService.Server Namespace