SecureStoreServiceApplication.GetApplicationClaims Method
Gets the collection of claims of the administrators, group members, and ticket redeemers for the specified target application in the specified partition.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetApplicationClaims ( _
rawPartitionId As Guid, _
applicationId As String _
) As TargetApplicationClaims
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As TargetApplicationClaims
returnValue = instance.GetApplicationClaims(rawPartitionId, _
applicationId)
public TargetApplicationClaims GetApplicationClaims(
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: Microsoft.Office.SecureStoreService.Server.TargetApplicationClaims
The collection of claims of the administrators, group members, and ticket redeemers for the specified target application.
Implements
ISecureStoreServiceApplication.GetApplicationClaims(Guid, String)
See Also
Reference
SecureStoreServiceApplication Class