AzureSubscription2.ManagementCertificate Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Property ManagementCertificate As X509Certificate2
public X509Certificate2 ManagementCertificate { get; set; }
public:
property X509Certificate2^ ManagementCertificate {
X509Certificate2^ get ();
void set (X509Certificate2^ value);
}
member ManagementCertificate : X509Certificate2 with get, set
function get ManagementCertificate () : X509Certificate2
function set ManagementCertificate (value : X509Certificate2)
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
.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.