HostedBuildSettings.ManagementCertificate Property
Base64 string of the certificate required to manage the Azure subscription. Used for machine reimages.
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property ManagementCertificate As String
public string ManagementCertificate { get; set; }
public:
property String^ ManagementCertificate {
String^ get ();
void set (String^ value);
}
member ManagementCertificate : string with get, set
function get ManagementCertificate () : String
function set ManagementCertificate (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.