Certificate.Data Property
Required. Gets or sets the base64-encoded contents of the file containing the certificate. The maximum size is 10KB. This property is not populated by the Get Certificate operation.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public string Data { get; set; }
public:
property String^ Data {
String^ get();
void set(String^ value);
}
member Data : string with get, set
Public Property Data As String
Property Value
Type: System.String
See Also
Certificate Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top