ISecureStore.GetApplicationGroupClaims Method

Gets the claims of the group members of the specified group target application.

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

Syntax

'Declaration
Function GetApplicationGroupClaims ( _
    applicationId As String _
) As IList(Of SecureStoreServiceClaim)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As IList(Of SecureStoreServiceClaim)

returnValue = instance.GetApplicationGroupClaims(applicationId)
IList<SecureStoreServiceClaim> GetApplicationGroupClaims(
    string applicationId
)

Parameters

Return Value

Type: System.Collections.Generic.IList<SecureStoreServiceClaim>
A list of the group claims for the specified target application.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace