Interface ISslConfiguration
Настройки SSL
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ISslConfiguration : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
CertificatePassphrase
Парольная фраза сертификата
Declaration
string CertificatePassphrase { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CertificatePath
Путь до сертификата
Declaration
string CertificatePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IgnoreRemoteCertificateChainErrors
Игнорировать ошибки удаленной цепочки сертификатов
Declaration
bool IgnoreRemoteCertificateChainErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ServerName
Имя сервера
Declaration
string ServerName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |