ISecurityService Interface

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
Public method CreateSecurityNamespace Creates a SecurityNamespace that is based off of the provided information.
Public method DeleteSecurityNamespace Deletes the SecurityNamespace from the collection of SecurityNamespaces.
Public method GetSecurityNamespace Returns the SecurityNamespace associated with this id. Null is returned if a SecurityNamespace with this id does not exist.
Public method GetSecurityNamespaces An enumeration of all of the SecurityNamespaces that exist as a part of this Security Service.

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace