Table of Contents

Interface ISslConfiguration

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Sso
Assembly
Ascon.Polynom.Web.Api.Data.dll

Настройки SSL.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(SslConfiguration))]
public interface ISslConfiguration : IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

CertificatePassphrase

Парольная фраза сертификата.

string CertificatePassphrase { get; set; }

Property Value

string

CertificatePath

Путь до сертификата.

string CertificatePath { get; set; }

Property Value

string

IgnoreRemoteCertificateChainErrors

Игнорировать ошибки удаленной цепочки сертификатов.

bool IgnoreRemoteCertificateChainErrors { get; set; }

Property Value

bool

ServerName

Имя сервера.

string ServerName { get; set; }

Property Value

string