This documentation is archived and is not being maintained.
ISecurityService Interface
Visual Studio 2013
An interface for managing collections of security namespaces.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The ISecurityService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateSecurityNamespace | Creates a SecurityNamespace that is based off of the provided information. |
![]() | DeleteSecurityNamespace | Deletes the SecurityNamespace from the collection of SecurityNamespaces. |
![]() | GetSecurityNamespace | Returns the SecurityNamespace associated with this id. Null is returned if a SecurityNamespace with this id does not exist. |
![]() | GetSecurityNamespaces | An enumeration of all of the SecurityNamespaces that exist as a part of this Security Service. |
Show:
