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