Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public Class DefaultSecurityNamespaceExtension _
Implements ISecurityNamespaceExtension
public class DefaultSecurityNamespaceExtension : ISecurityNamespaceExtension
public ref class DefaultSecurityNamespaceExtension : ISecurityNamespaceExtension
type DefaultSecurityNamespaceExtension =
class
interface ISecurityNamespaceExtension
end
public class DefaultSecurityNamespaceExtension implements ISecurityNamespaceExtension
The DefaultSecurityNamespaceExtension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultSecurityNamespaceExtension |
Top
Properties
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. |
Top
Methods
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 a hash function for a particular type. (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 [SecurityNamespace.Description.ReadPermission] on the provided token. |
![]() |
HasWritePermission | The default implementation of [HasWritePermission], which checks to see whether the caller has [SecurityNamespace.Description.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 default implementation of [QueryPermissions], which just returns the preliminaryACLs. |
![]() |
ThrowAccessDeniedException | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.