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 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.