CertificateAuthenticationOptions.AllowedCertificateTypes Property

Definition

Value indicating the types of certificates accepted by the authentication middleware.

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

Property Value

Defaults to Chained.

Applies to