Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationStrongBoxService
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationFileService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSigningService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
Public NotInheritable Class TeamFoundationStrongBoxService _
    Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationFileService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSigningService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
public sealed class TeamFoundationStrongBoxService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationFileService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSigningService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
public ref class TeamFoundationStrongBoxService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationFileService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSigningService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))>]
type TeamFoundationStrongBoxService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationStrongBoxService implements ITeamFoundationService
The TeamFoundationStrongBoxService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddString | |
| .gif) | CreateDrawer | |
| .gif) | DeleteDrawer | |
| .gif) | DeleteItem | |
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetDrawerContents | |
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetItemInfo | |
| .gif) | GetString | |
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | RetrieveFile | |
| .gif) | ServiceEnd | |
| .gif) | ServiceStart | |
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | UnlockDrawer | Unlocks the strongbox drawer returning the drawerId | 
| .gif) | UploadFile(TeamFoundationRequestContext, Guid, String, Stream) | |
| .gif) | UploadFile(TeamFoundationRequestContext, Guid, String, array<Byte[], Stream, Int64, Int64, Int64, CompressionType) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.