SecureStoreService Constructor (String, SPFarm)
Invokes the base class method to create the Web service on the server farm.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
farm As SPFarm _
)
'Usage
Dim name As String
Dim farm As SPFarm
Dim instance As New SecureStoreService(name, farm)
public SecureStoreService(
string name,
SPFarm farm
)
Parameters
name
Type: System.StringThe name of the new Secure Store Service. This parameter is not used.
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe farm on which to install the Secure Store Service.
Remarks
This method invokes the base class method to create the Web service on the server farm.