ISecureStore.GetApplicationAdministratorClaims Method

Gets the claims of the administrators for the specified target application.

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

Syntax

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

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

Parameters

Return Value

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

Remarks

This method must be invoked by an administrator of Secure Store Service.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace