SecureStoreServiceProxy.GetProxyTypes Method
Gets an array of the service application proxy types supported by the shared service proxy.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetProxyTypes As Type()
'Usage
Dim instance As SecureStoreServiceProxy
Dim returnValue As Type()
returnValue = instance.GetProxyTypes()
public Type[] GetProxyTypes()
Return Value
Type: []
An array of service application proxy types supported by the shared service proxy.
Implements
IServiceProxyAdministration.GetProxyTypes()