BuildMachineRequest.ServiceAuthToken Property
Authorization token to authenticate the service account as
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property ServiceAuthToken As String
public string ServiceAuthToken { get; set; }
public:
property String^ ServiceAuthToken {
String^ get ();
void set (String^ value);
}
member ServiceAuthToken : string with get, set
function get ServiceAuthToken () : String
function set ServiceAuthToken (value : String)
Property Value
Type: System.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.