This documentation is archived and is not being maintained.

IContainerSecurityExtension Interface

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)

[InheritedExportAttribute]
public interface class IContainerSecurityExtension

The IContainerSecurityExtension type exposes the following members.

  NameDescription
Public methodCanEvaluateChecks if the security extension can be used to check permissions for the artifact.
Public methodHasReadPermissionChecks if the user has read permission on the token.
Public methodHasWritePermissionChecks if the user has write permission on the token.
Top
Show: