ServiceCertificateListResponse.Certificate.Data 속성
Base 64로 인코딩된 형식으로 서비스 인증서의 공개 부분을 가져오거나 설정 합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
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()
속성 값
Type: System.Byte[]
E-64로 인코딩된 데이터입니다.
참고 항목
ServiceCertificateListResponse.Certificate 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동