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

    The name of the new Secure Store Service. This parameter is not used.

Remarks

This method invokes the base class method to create the Web service on the server farm.

See Also

Reference

SecureStoreService Class

SecureStoreService Members

SecureStoreService Overload

Microsoft.Office.SecureStoreService.Server Namespace