C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.Certificates.AddServiceCertificateCommand

Used to add a service certificate to a particular hosted service so that it can be used in remote desktop or SSL
상속: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddServiceCertificateCommand System

보호된 메소드들

메소드 설명
CreatePayload ( ) : string

The creation of the XML payload necessary to make the request

비공개 메소드들

메소드 설명
AddServiceCertificateCommand ( byte certificateData, string pfxPassword, string hostedServiceName ) : System

Sets the REST command parameters and takes a byte array converting certificate data to base64, the password has to match the password that was given when the certificate was first created

메소드 상세

CreatePayload() 보호된 메소드

The creation of the XML payload necessary to make the request
protected CreatePayload ( ) : string
리턴 string