SecureStoreService.GetCreateApplicationLink Method
Gets the link to the Secure Store Service application creation page.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides Function GetCreateApplicationLink ( _
serviceApplicationType As Type _
) As SPAdministrationLink
'Usage
Dim instance As SecureStoreService
Dim serviceApplicationType As Type
Dim returnValue As SPAdministrationLink
returnValue = instance.GetCreateApplicationLink(serviceApplicationType)
public override SPAdministrationLink GetCreateApplicationLink(
Type serviceApplicationType
)
Parameters
serviceApplicationType
Type: System.TypeThe type of the Secure Store Service application.
Return Value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
An object that represents the link to the application creation page.
Implements
IServiceAdministration.GetCreateApplicationLink(Type)
Remarks
Only SecureStoreServiceApplication objects are supported.