SPTrustedSecurityTokenService class

Defines a trusted STS.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.Claims.SPTrustedProviderBase
        Microsoft.SharePoint.Administration.Claims.SPLoginProviderBase
          Microsoft.SharePoint.Administration.Claims.SPTrustedSecurityTokenService
            Microsoft.SharePoint.Administration.Claims.SPLocalLoginProvider

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

Syntax

'Declaration
<GuidAttribute("DCE22903-87CB-4179-AAFF-AF7C7B65B351")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPTrustedSecurityTokenService _
    Inherits SPLoginProviderBase
'Usage
Dim instance As SPTrustedSecurityTokenService
[GuidAttribute("DCE22903-87CB-4179-AAFF-AF7C7B65B351")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPTrustedSecurityTokenService : SPLoginProviderBase

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

SPTrustedSecurityTokenService members

Microsoft.SharePoint.Administration.Claims namespace