SecurityNamespaceDescription Class
Represents a description for a SecurityNamespace.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.SecurityNamespaceDescription
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public NotInheritable Class SecurityNamespaceDescription
public sealed class SecurityNamespaceDescription
public ref class SecurityNamespaceDescription sealed
[<Sealed>]
type SecurityNamespaceDescription = class end
public final class SecurityNamespaceDescription
The SecurityNamespaceDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecurityNamespaceDescription | Initializes a new instance of the SecurityNamespaceDescription class. |
Top
Properties
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. |
Top
Methods
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.) | |
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 a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Creates a user-readable string that states the properties of this instance. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.