SPTrustedProviderBase Class
Serves as the trusted provider base class for SPTrustedAccessProvider and SPTrustedLoginProvider.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.Claims.SPTrustedProviderBase
Microsoft.SharePoint.Administration.Claims.SPTrustedAccessProvider
Microsoft.SharePoint.Administration.Claims.SPTrustedLoginProvider
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("5F98BA6B-DCB3-4117-A98B-279D9E294903")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.Assert, Name := "FullTrust")> _
Public Class SPTrustedProviderBase _
Inherits SPPersistedObject
'Usage
Dim instance As SPTrustedProviderBase
[GuidAttribute("5F98BA6B-DCB3-4117-A98B-279D9E294903")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.Assert, Name = "FullTrust")]
public class SPTrustedProviderBase : SPPersistedObject
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.