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
Показать файл Открыть проект Примеры использования класса

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