Share via


SecureStoreServiceProxy.GetProxyTypeDescription Method

Gets a description of the specified service application proxy type.

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

Syntax

'Declaration
Public Function GetProxyTypeDescription ( _
    serviceApplicationProxyType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As SecureStoreServiceProxy
Dim serviceApplicationProxyType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetProxyTypeDescription(serviceApplicationProxyType)
public SPPersistedTypeDescription GetProxyTypeDescription(
    Type serviceApplicationProxyType
)

Parameters

  • serviceApplicationProxyType
    Type: System.Type

    The type of the service application proxy.

Return Value

Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
An SPPersistedTypeDescription object.

Implements

IServiceProxyAdministration.GetProxyTypeDescription(Type)

See Also

Reference

SecureStoreServiceProxy Class

SecureStoreServiceProxy Members

Microsoft.Office.SecureStoreService.Server Namespace