IISOptions.ForwardClientCertificate 属性

定义

如果存在 MS-ASPNETCORE-CLIENTCERT 请求标头,则填充 ITLSConnectionFeature。

public:
 property bool ForwardClientCertificate { bool get(); void set(bool value); };
public bool ForwardClientCertificate { get; set; }
member this.ForwardClientCertificate : bool with get, set
Public Property ForwardClientCertificate As Boolean

属性值

适用于