SsoService.MasterSecretServer Property

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 Property MasterSecretServer As SPServer
    Get
    Set
'Usage
Dim instance As SsoService
Dim value As SPServer

value = instance.MasterSecretServer

instance.MasterSecretServer = value
public SPServer MasterSecretServer { get; set; }

Property Value

Type: Microsoft.SharePoint.Administration.SPServer

See Also

Reference

SsoService Class

SsoService Members

Microsoft.SharePoint.Portal.Administration Namespace