This documentation is archived and is not being maintained.
TeamFoundationSecurityService Class
Visual Studio 2013
An interface for managing collections of security namespaces.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))] [TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))] [TeamFoundationServiceDependency(typeof(IdentityService))] public ref class TeamFoundationSecurityService sealed : IDisposable, ITeamFoundationSecurityService, ITeamFoundationService
The TeamFoundationSecurityService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateSecurityNamespace | Creates a security namespace that is based off of the provided information. |
![]() | DeleteSecurityNamespace | Deletes the security namespace from the collection of security namespaces. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSecurityNamespace | Returns the TeamFoundationSecurityNamespace instance associated with the GUID. Null will be returned if the GUID does not have an associated ITeamFoundationSecurityNamespace. |
![]() | GetSecurityNamespaces | Returns an enumeration of all of the currently existing security securityNamespaces. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RemoveIdentityACEs | Remove ACEs of supplied identities |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateSecurityNamespace | Updates an existing security namespace. This data will be persisted. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose | |
![]() ![]() | ITeamFoundationService::ServiceEnd | Perform any necessary clean-up steps. |
![]() ![]() | ITeamFoundationService::ServiceStart | Perform any necessary initialization steps. |
Show:
