ServiceCertificateGetResponse.Data Property
Gets or sets the base-64 encoded service certificate.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public byte[] Data { get; set; }
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get();
void set(array<unsigned char>^ value);
}
member Data : byte[] with get, set
Public Property Data As Byte()
Property Value
Type: System.Byte[]
The base-64 encoded service certificate.
See Also
ServiceCertificateGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top