SecureStoreServiceApplicationProxy.GetApplicationGroupClaims Method
NOTE: This API is now obsolete.
Gets the claims of the group members of the specified group 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 GetApplicationGroupClaims ( _
applicationId As String _
) As IList(Of SecureStoreServiceClaim)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim returnValue As IList(Of SecureStoreServiceClaim)
returnValue = instance.GetApplicationGroupClaims(applicationId)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public IList<SecureStoreServiceClaim> GetApplicationGroupClaims(
string applicationId
)
Parameters
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.
Remarks
Since this method is obsolete, you should invoke it through the ISecureStore interface instead.
See Also
Reference
SecureStoreServiceApplicationProxy Class