AuthorizationProvider.RegisterObject Method

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub RegisterObject ( _
    requestContext As TeamFoundationRequestContext, _
    descriptor As IdentityDescriptor, _
    objectId As String, _
    objectClassId As String, _
    projectUri As String, _
    parentObjectId As String _
)
public void RegisterObject(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor descriptor,
    string objectId,
    string objectClassId,
    string projectUri,
    string parentObjectId
)
public:
void RegisterObject(
    TeamFoundationRequestContext^ requestContext, 
    IdentityDescriptor^ descriptor, 
    String^ objectId, 
    String^ objectClassId, 
    String^ projectUri, 
    String^ parentObjectId
)
member RegisterObject : 
        requestContext:TeamFoundationRequestContext * 
        descriptor:IdentityDescriptor * 
        objectId:string * 
        objectClassId:string * 
        projectUri:string * 
        parentObjectId:string -> unit
public function RegisterObject(
    requestContext : TeamFoundationRequestContext, 
    descriptor : IdentityDescriptor, 
    objectId : String, 
    objectClassId : String, 
    projectUri : String, 
    parentObjectId : String
)

Parameters

.NET Framework Security

See Also

Reference

AuthorizationProvider Class

Microsoft.TeamFoundation.Integration.Server Namespace