ITagSecurityProvider<T> Interface
Contract for tag security providers
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface ITagSecurityProvider(Of T)
[InheritedExportAttribute]
public interface ITagSecurityProvider<T>
[InheritedExportAttribute]
generic<typename T>
public interface class ITagSecurityProvider
[<InheritedExportAttribute>]
type ITagSecurityProvider<'T> = interface end
JScript does not support generic types or methods.
Type Parameters
- T
The ITagSecurityProvider<T> type exposes the following members.
Methods
Name | Description | |
---|---|---|
FilterOnReadPermissions | Checks securable items the current user has read access to | |
FilterOnWritePermissions | Checks securable items the current user has write access to |
Top