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