Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.