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.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ISecurityService
public interface ISecurityService
public interface class ISecurityService
type ISecurityService = interface end
public interface ISecurityService
The ISecurityService type exposes the following members.
Methods
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. |
Top