Поделиться через


CertificateAuthenticationOptions.AllowedCertificateTypes Свойство

Определение

Значение, указывающее типы сертификатов, принимаемых ПО промежуточного слоя для проверки подлинности.

public:
 property Microsoft::AspNetCore::Authentication::Certificate::CertificateTypes AllowedCertificateTypes { Microsoft::AspNetCore::Authentication::Certificate::CertificateTypes get(); void set(Microsoft::AspNetCore::Authentication::Certificate::CertificateTypes value); };
public Microsoft.AspNetCore.Authentication.Certificate.CertificateTypes AllowedCertificateTypes { get; set; }
member this.AllowedCertificateTypes : Microsoft.AspNetCore.Authentication.Certificate.CertificateTypes with get, set
Public Property AllowedCertificateTypes As CertificateTypes

Значение свойства

По умолчанию — Chained.

Применяется к