AuthorizationProvider.SecurityObjectCreatedByClassId Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'宣告
Public Sub SecurityObjectCreatedByClassId ( _
classId As String, _
objectId As String, _
securityToken As String, _
projectId As Guid _
)
public void SecurityObjectCreatedByClassId(
string classId,
string objectId,
string securityToken,
Guid projectId
)
public:
void SecurityObjectCreatedByClassId(
String^ classId,
String^ objectId,
String^ securityToken,
Guid projectId
)
member SecurityObjectCreatedByClassId :
classId:string *
objectId:string *
securityToken:string *
projectId:Guid -> unit
public function SecurityObjectCreatedByClassId(
classId : String,
objectId : String,
securityToken : String,
projectId : Guid
)
Parameters
- classId
Type: System.String
- objectId
Type: System.String
- securityToken
Type: System.String
- projectId
Type: System.Guid
.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.