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.
The access mapping of the ___location service for of client (public) access when a specific access mapping is not known. This differs slightly from DefaultAccessMapping. The default access mapping can be used when you are not sure where the access will be made.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetPublicAccessMapping ( _
requestContext As TeamFoundationRequestContext _
) As AccessMapping
public AccessMapping GetPublicAccessMapping(
TeamFoundationRequestContext requestContext
)
public:
AccessMapping^ GetPublicAccessMapping(
TeamFoundationRequestContext^ requestContext
)
member GetPublicAccessMapping :
requestContext:TeamFoundationRequestContext -> AccessMapping
public function GetPublicAccessMapping(
requestContext : TeamFoundationRequestContext
) : AccessMapping
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessMapping
Returns AccessMapping.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.