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 all the target application definitions in the specified partition for the current caller.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(SecureStoreServiceFault))> _
<OperationContractAttribute> _
Function GetUserApplications ( _
rawPartitionId As Guid _
) As IList(Of TargetApplication)
'Usage
Dim instance As ISecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim returnValue As IList(Of TargetApplication)
returnValue = instance.GetUserApplications(rawPartitionId)
[FaultContractAttribute(typeof(SecureStoreServiceFault))]
[OperationContractAttribute]
IList<TargetApplication> GetUserApplications(
Guid rawPartitionId
)
Parameters
rawPartitionId
Type: System.GuidA GUID that represents the partition ID.
Return Value
Type: System.Collections.Generic.IList<TargetApplication>
A list of the target applications.
See Also
Reference
ISecureStoreServiceApplication Interface