SPTrustedLoginProvider class

Defines the relationship with an external security token service that provides login privileges into the farm.

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.SPTrustedLoginProvider

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

Syntax

'Declaration
<GuidAttribute("63CE7235-3B49-43cf-B0D0-99967FAB0390")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPTrustedLoginProvider _
    Inherits SPLoginProviderBase
'Usage
Dim instance As SPTrustedLoginProvider
[GuidAttribute("63CE7235-3B49-43cf-B0D0-99967FAB0390")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPTrustedLoginProvider : 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

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace