This documentation is archived and is not being maintained.

ITagSecurityProvider(Of T) Interface

Visual Studio 2013

Contract for tag security providers

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

'Declaration
<InheritedExportAttribute> _
Public Interface ITagSecurityProvider(Of T)

Type Parameters

T

The ITagSecurityProvider(Of T) type exposes the following members.

  NameDescription
Public methodFilterOnReadPermissionsChecks securable items the current user has read access to
Public methodFilterOnWritePermissionsChecks securable items the current user has write access to
Top
Show: