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 claims of the group members of the specified group target application in the specified partition.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(SecureStoreServiceTargetApplicationNotFoundFault))> _
<FaultContractAttribute(GetType(ArgumentNullException))> _
<FaultContractAttribute(GetType(ArgumentException))> _
<FaultContractAttribute(GetType(SecureStoreServiceFault))> _
<OperationContractAttribute> _
Function GetApplicationGroupClaims ( _
rawPartitionId As Guid, _
applicationId As String _
) As IList(Of SecureStoreServiceClaim)
'Usage
Dim instance As ISecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As IList(Of SecureStoreServiceClaim)
returnValue = instance.GetApplicationGroupClaims(rawPartitionId, _
applicationId)
[FaultContractAttribute(typeof(SecureStoreServiceTargetApplicationNotFoundFault))]
[FaultContractAttribute(typeof(ArgumentNullException))]
[FaultContractAttribute(typeof(ArgumentException))]
[FaultContractAttribute(typeof(SecureStoreServiceFault))]
[OperationContractAttribute]
IList<SecureStoreServiceClaim> GetApplicationGroupClaims(
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 group members of the specified group target application.
See Also
Reference
ISecureStoreServiceApplication Interface