HttpSysOptions.ClientCertificateMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示应如何填充客户端证书。 默认设置是允许证书无需重新协商。 这不会更改 netsh“clientcertnegotiation”绑定选项,ClientCertificateMethod.AllowCertificate 解析证书需要启用该绑定选项。
public:
property Microsoft::AspNetCore::Server::HttpSys::ClientCertificateMethod ClientCertificateMethod { Microsoft::AspNetCore::Server::HttpSys::ClientCertificateMethod get(); void set(Microsoft::AspNetCore::Server::HttpSys::ClientCertificateMethod value); };
public Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod ClientCertificateMethod { get; set; }
member this.ClientCertificateMethod : Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod with get, set
Public Property ClientCertificateMethod As ClientCertificateMethod