SPSecurityTokenServiceManager class

Manages the security token service for the farm.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceManager

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("91C05B05-AE02-42af-8F56-9F3A90C1442B")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSecurityTokenServiceManager _
    Inherits SPPersistedObject _
    Implements IBackupRestore
'Usage
Dim instance As SPSecurityTokenServiceManager
[GuidAttribute("91C05B05-AE02-42af-8F56-9F3A90C1442B")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSecurityTokenServiceManager : SPPersistedObject, 
    IBackupRestore

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace