SecureStoreServiceApplication.GetApplicationGroupClaims Method
Gets the claims of the group members of the specified group target application in the specified partition.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetApplicationGroupClaims ( _
rawPartitionId As Guid, _
applicationId As String _
) As IList(Of SecureStoreServiceClaim)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As IList(Of SecureStoreServiceClaim)
returnValue = instance.GetApplicationGroupClaims(rawPartitionId, _
applicationId)
public IList<SecureStoreServiceClaim> GetApplicationGroupClaims(
Guid rawPartitionId,
string applicationId
)
Parameters
rawPartitionId
Type: System.GuidThe GUID that represents the partition ID.
applicationId
Type: System.StringThe target application ID.
Return Value
Type: System.Collections.Generic.IList<SecureStoreServiceClaim>
A list of the claims of the group members of the specified group target application.
Implements
ISecureStoreServiceApplication.GetApplicationGroupClaims(Guid, String)
See Also
Reference
SecureStoreServiceApplication Class