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)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface IContainerSecurityExtension
[InheritedExportAttribute]
public interface IContainerSecurityExtension
[InheritedExportAttribute]
public interface class IContainerSecurityExtension
[<InheritedExportAttribute>]
type IContainerSecurityExtension = interface end
public interface IContainerSecurityExtension
The IContainerSecurityExtension type exposes the following members.
Methods
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. |
Top