SsoServiceInstance Constructor (String, SPServer, SsoService)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.Administration
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    server As SPServer, _
    service As SsoService _
)
'Usage
Dim name As String
Dim server As SPServer
Dim service As SsoService

Dim instance As New SsoServiceInstance(name, server, _
    service)
public SsoServiceInstance(
    string name,
    SPServer server,
    SsoService service
)

Parameters

See Also

Reference

SsoServiceInstance Class

SsoServiceInstance Members

SsoServiceInstance Overload

Microsoft.SharePoint.Portal.Administration Namespace