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
- name
Type: System.String
- server
Type: Microsoft.SharePoint.Administration.SPServer
- service
Type: Microsoft.SharePoint.Portal.Administration.SsoService