ITagSecurityProvider<T> 介面
標記安全性提供者的合約。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
<InheritedExportAttribute> _
Public Interface ITagSecurityProvider(Of T)
[InheritedExportAttribute]
public interface ITagSecurityProvider<T>
類型參數
- T
ITagSecurityProvider<T> 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
FilterOnReadPermissions | 檢查安全項目目前使用者沒有讀取權限 |
![]() |
FilterOnWritePermissions | 檢查安全項目目前使用者沒有寫入權限 |
回頁首