Compartilhar via


CertificateAuthenticationOptions.AllowedCertificateTypes Propriedade

Definição

Valor que indica os tipos de certificados aceitos pelo middleware de autenticação.

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

Valor da propriedade

Assume o padrão de Chained.

Aplica-se a