ISecureStore.GetApplicationClaims Method

Gets the collection of claims of the administrators, group members, and ticket redeemers for the specified target application.

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

Syntax

'Declaration
Function GetApplicationClaims ( _
    applicationId As String _
) As TargetApplicationClaims
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As TargetApplicationClaims

returnValue = instance.GetApplicationClaims(applicationId)
TargetApplicationClaims GetApplicationClaims(
    string applicationId
)

Parameters

Return Value

Type: Microsoft.Office.SecureStoreService.Server.TargetApplicationClaims
The collection of claims of the administrators, group members, and ticket redeemers for the specified target application.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace