Share via


SecureStoreServiceClaim.ClaimsSeparator property

Gets the separator of the claim that is used to separate the claim type, claim value, and claim issuer.

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

Syntax

'Declaration
Public Shared ReadOnly Property ClaimsSeparator As String
    Get
'Usage
Dim value As String

value = SecureStoreServiceClaim.ClaimsSeparator
public static string ClaimsSeparator { get; }

Property value

Type: System.String
The separator for the claim type, claim value, and claim issuer.

See also

Reference

SecureStoreServiceClaim class

SecureStoreServiceClaim members

Microsoft.Office.SecureStoreService.Server namespace