GitUtils.CalculateSecurable Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared Function CalculateSecurable ( _
teamProjectUri As String, _
repositoryId As Guid, _
refName As String _
) As String
public static string CalculateSecurable(
string teamProjectUri,
Guid repositoryId,
string refName
)
public:
static String^ CalculateSecurable(
String^ teamProjectUri,
Guid repositoryId,
String^ refName
)
static member CalculateSecurable :
teamProjectUri:string *
repositoryId:Guid *
refName:string -> string
public static function CalculateSecurable(
teamProjectUri : String,
repositoryId : Guid,
refName : String
) : String
Parameters
- teamProjectUri
Type: System.String
- repositoryId
Type: System.Guid
- refName
Type: System.String
Return Value
Type: System.String
Returns String.
.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.