Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.