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

适用于