This documentation is archived and is not being maintained.
DefaultSecurityNamespaceExtension Class
Visual Studio 2013
System::Object
Microsoft.TeamFoundation.Framework.Server::DefaultSecurityNamespaceExtension
Microsoft.TeamFoundation.Framework.Server::PartialPermissionSetNamespaceExtension
Microsoft.TeamFoundation.Framework.Server::DefaultSecurityNamespaceExtension
Microsoft.TeamFoundation.Framework.Server::PartialPermissionSetNamespaceExtension
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The DefaultSecurityNamespaceExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AlwaysAllowAdministrators | Flag that determines whether namespace administrators always have the implicit right to update the security namespace. |
![]() | SecurityNamespace | The security namespace this extension is for. |
| Name | Description | |
|---|---|---|
![]() | CheckReadPermission | The default implementation of CheckReadPermission, which calls HasReadPermission on the provided token. |
![]() | CheckWritePermission | The default implementation of CheckWritePermission, which calls HasWritePermission on the provided token. |
![]() | 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.) |
![]() | GetLocalizedActionDisplayName | Returns null for all bits. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HandleIncomingToken | The default implementation of HandleIncomoningToken, which just returns the passed in securityToken. |
![]() | HandleOutgoingToken | The default implementation of HandleOutgoingToken which just returns the passed in securityToken. |
![]() | HasPermission | The default implementation of HasPermission, which just returns the preliminary decision. |
![]() | HasReadPermission | The default implementation of HasReadPermission, which checks to see whether the caller has ReadPermission on the provided token. |
![]() | HasWritePermission | The default implementation of HasWritePermission, which checks to see whether the caller has WritePermission on the provided token. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | QueryEffectivePermissions | Returns the permissions passed in. |
![]() | QueryPermissions | The defualt implementation of QueryPermissions which simply returns the prliminaryACLs. |
![]() | ThrowAccessDeniedException | The default implementation of ThrowAccessDeniedException which throws the generic AccessCheckException. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
