Freigeben über


CertificateAuthenticationOptions.AllowedCertificateTypes Eigenschaft

Definition

Wert, der die Typen von Zertifikaten angibt, die von der Middleware für die Authentifizierung akzeptiert werden.

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

Eigenschaftswert

Wird standardmäßig auf Chained festgelegt.

Gilt für: