This documentation is archived and is not being maintained.
SecurityNamespaceDescription Class
Visual Studio 2013
Represents a description for a SecurityNamespace.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The SecurityNamespaceDescription type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecurityNamespaceDescription | Initializes a new instance of the SecurityNamespaceDescription class. |
| Name | Description | |
|---|---|---|
![]() | Actions | Gets the list of actions that this namespace is responsible for securing. |
![]() | DatabaseCategory | Gets the database category that describes where the security information for this namespace should be stored. |
![]() | DisplayName | Gets the display name for this namespace. |
![]() | ElementLength | Gets the character length of tokens in this namespace. |
![]() | Name | Gets the nonlocalized name of this namespace. |
![]() | NamespaceId | Gets the namespace ID. |
![]() | NamespaceStructure | Gets the structure that this namespace will use to organize its tokens. |
![]() | ReadPermission | Gets the permission bits that are required by a user in order to read security data in this namespace. |
![]() | SeparatorValue | Gets the character that separates token values in this namespace. |
![]() | WritePermission | Gets the permission bits that are required by a user in order to modify security data in this namespace. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetActionDisplayNameForBitmask | Gets the action display name for the specified bitmask. |
![]() | GetActionNameForBitmask | Gets the action name that is associated with the specified bitmask. |
![]() | GetBitmaskForAction | Gets the bitmask that corresponds to the action name. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that states the properties of this instance. (Overrides Object::ToString().) |
Show:
