Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An interface for managing collections of security namespaces.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationSecurityService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationDatabaseSettings))> _
<TeamFoundationServiceDependency(GetType(IdentityService))> _
Public NotInheritable Class TeamFoundationSecurityService _
Implements IDisposable, ITeamFoundationSecurityService, ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))]
[TeamFoundationServiceDependency(typeof(IdentityService))]
public sealed class TeamFoundationSecurityService : IDisposable,
ITeamFoundationSecurityService, ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))]
[TeamFoundationServiceDependency(typeof(IdentityService))]
public ref class TeamFoundationSecurityService sealed : IDisposable,
ITeamFoundationSecurityService, ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))>]
[<TeamFoundationServiceDependency(typeof(IdentityService))>]
type TeamFoundationSecurityService =
class
interface IDisposable
interface ITeamFoundationSecurityService
interface ITeamFoundationService
end
public final class TeamFoundationSecurityService implements IDisposable, ITeamFoundationSecurityService, ITeamFoundationService
The TeamFoundationSecurityService type exposes the following members.
Methods
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. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | |
![]() ![]() |
ITeamFoundationService.ServiceEnd | Perform any necessary clean-up steps. |
![]() ![]() |
ITeamFoundationService.ServiceStart | Perform any necessary initialization steps. |
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.