SecureStoreService.GetApplicationTypes Method

Gets the list of application types supported by the service.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Function GetApplicationTypes As Type()
'Usage
Dim instance As SecureStoreService
Dim returnValue As Type()

returnValue = instance.GetApplicationTypes()
public Type[] GetApplicationTypes()

Return Value

Type: []
The list of application types.

Implements

IServiceAdministration.GetApplicationTypes()

Remarks

Only SecureStoreServiceApplication objects are supported.

See Also

Reference

SecureStoreService Class

SecureStoreService Members

Microsoft.Office.SecureStoreService.Server Namespace