This documentation is archived and is not being maintained.
SecurityNamespaceDescription Class
Visual Studio 2013
Class for describing the details of a TeamFoundationSecurityNamespace.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The SecurityNamespaceDescription type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecurityNamespaceDescription() | Creates an instance of this object. This constructor is needed for the web service. |
![]() | SecurityNamespaceDescription(Guid, String, String, String, Char, Int32, SecurityNamespaceStructure, Int32, Int32, List<ActionDefinition>) | Creates a SecurityNamespaceDescription that can be used to create a security namespace. |
| Name | Description | |
|---|---|---|
![]() | Actions | The list of actions that this security namespace is responsible for securing. |
![]() | DatabaseCategory | This is the database category that describes where the security information for this security namespace should be stored. |
![]() | DisplayName | The localized name for this namespace. |
![]() | ElementLength | |
![]() | ExtensionType | This is the type of the extension that should be loaded from the plug-ins directory for extending this security namespace. |
![]() | Name | The non-localized name for this namespace. |
![]() | NamespaceId | The unique identifier for this namespace. |
![]() | NamespaceStructure | The structure that this namespace uses to organize its access control lists. Note that if this is set to hierarchical, either the ElementLength property or SeparatorChars property must be set. |
![]() | ReadPermission | The permission bits needed by a user in order to read security data on the security namespace. |
![]() | SeparatorValue | If the security tokens this namespace will be operating on must be split on certain characters to determine its elements, those characters should be specified here. If not, this value will be the null character. |
![]() | StructureValue | Used to send information about the structure of the security namespace over the web service. |
![]() | WritePermission | The permission bits needed by a user in order to modify security data on the security namespace. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLocalizedActions | Gets the localized actions for the permission bits. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
