This documentation is archived and is not being maintained.
IContainerSecurityExtension Interface
Visual Studio 2013
Interface for security plugin of the TeamFoundationFileContainerService. Any artifact that wants to have file containers must implement this interface to provide security checks and Uri validation.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The IContainerSecurityExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CanEvaluate | Checks if the security extension can be used to check permissions for the artifact. |
![]() | HasReadPermission | Checks if the user has read permission on the token. |
![]() | HasWritePermission | Checks if the user has write permission on the token. |
Show:
