HttpsConnectionAdapterOptions.ClientCertificateMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the client certificate requirements for a HTTPS connection. Defaults to NoCertificate.
public:
property Microsoft::AspNetCore::Server::Kestrel::Https::ClientCertificateMode ClientCertificateMode { Microsoft::AspNetCore::Server::Kestrel::Https::ClientCertificateMode get(); void set(Microsoft::AspNetCore::Server::Kestrel::Https::ClientCertificateMode value); };
public Microsoft.AspNetCore.Server.Kestrel.Https.ClientCertificateMode ClientCertificateMode { get; set; }
member this.ClientCertificateMode : Microsoft.AspNetCore.Server.Kestrel.Https.ClientCertificateMode with get, set
Public Property ClientCertificateMode As ClientCertificateMode