SecureStoreServiceApplication.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
Public Function GetApplicationAdministratorClaims ( _
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.GetApplicationAdministratorClaims(rawPartitionId, _
applicationId)
public IList<SecureStoreServiceClaim> GetApplicationAdministratorClaims(
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 administrators for the specified target application in the specified partition.
Implements
ISecureStoreServiceApplication.GetApplicationAdministratorClaims(Guid, String)
Remarks
This method must be invoked by an administrator of the Secure Store Service.
See Also
Reference
SecureStoreServiceApplication Class