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.