This documentation is archived and is not being maintained.

SecurityNamespaceDescription Class

Class for describing the details of a TeamFoundationSecurityNamespace.

System::Object
  Microsoft.TeamFoundation.Framework.Server::SecurityNamespaceDescription

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[CallOnSerializationAttribute(L"PrepareForWebServiceSerialization")]
[CallOnDeserializationAttribute(L"InitializeFromWebServiceDeserialization")]
public ref class SecurityNamespaceDescription

The SecurityNamespaceDescription type exposes the following members.

  NameDescription
Public methodSecurityNamespaceDescription()Creates an instance of this object. This constructor is needed for the web service.
Public methodSecurityNamespaceDescription(Guid, String, String, String, Char, Int32, SecurityNamespaceStructure, Int32, Int32, List<ActionDefinition>)Creates a SecurityNamespaceDescription that can be used to create a security namespace.
Top

  NameDescription
Public propertyActionsThe list of actions that this security namespace is responsible for securing.
Public propertyDatabaseCategoryThis is the database category that describes where the security information for this security namespace should be stored.
Public propertyDisplayNameThe localized name for this namespace.
Public propertyElementLength
Public propertyExtensionTypeThis is the type of the extension that should be loaded from the plug-ins directory for extending this security namespace.
Public propertyNameThe non-localized name for this namespace.
Public propertyNamespaceIdThe unique identifier for this namespace.
Public propertyNamespaceStructureThe 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.
Public propertyReadPermissionThe permission bits needed by a user in order to read security data on the security namespace.
Public propertySeparatorValueIf 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.
Public propertyStructureValueUsed to send information about the structure of the security namespace over the web service.
Public propertyWritePermissionThe permission bits needed by a user in order to modify security data on the security namespace.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetLocalizedActionsGets the localized actions for the permission bits.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: