Share via


SecureStoreServiceClaim.MaxClaimValueLength property

Gets the maximum length of the claim value.

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

Syntax

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

value = SecureStoreServiceClaim.MaxClaimValueLength
public static int MaxClaimValueLength { get; }

Property value

Type: System.Int32
The maximum length of the claim value.

See also

Reference

SecureStoreServiceClaim class

SecureStoreServiceClaim members

Microsoft.Office.SecureStoreService.Server namespace