Share via


SecureStoreServiceApplicationProxy.GetApplicationClaims method

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Function GetApplicationClaims ( _
    applicationId As String _
) As TargetApplicationClaims
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim returnValue As TargetApplicationClaims

returnValue = instance.GetApplicationClaims(applicationId)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public 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.

Remarks

Since this method is obsolete, you should invoke it through the ISecureStore interface instead.

See also

Reference

SecureStoreServiceApplicationProxy class

SecureStoreServiceApplicationProxy members

Microsoft.Office.SecureStoreService.Server namespace