Share via


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

See Also

Reference

HostedBuildSettings Class

Microsoft.TeamFoundation.Build.Common Namespace