Share via


SecureStoreServiceClaim.IsSystemClaim method

Checks whether the given claim is a system claim

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

Syntax

'Declaration
Public Shared Function IsSystemClaim ( _
    claim As SecureStoreServiceClaim _
) As Boolean
'Usage
Dim claim As SecureStoreServiceClaim
Dim returnValue As Boolean

returnValue = SecureStoreServiceClaim.IsSystemClaim(claim)
public static bool IsSystemClaim(
    SecureStoreServiceClaim claim
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SecureStoreServiceClaim class

SecureStoreServiceClaim members

Microsoft.Office.SecureStoreService.Server namespace