Skip to content

RemoteCertificateMode

enum

Namespace: Orleans.Connections.Security

Describes the remote certificate requirements for a TLS connection.
public enum RemoteCertificateMode

Fields

NameValueDescription
NoCertificate0A remote certificate is not required and will not be requested from remote endpoints.
AllowCertificate1A remote certificate will be requested; however, authentication will not fail if a certificate is not provided by the remote endpoint.
RequireCertificate2A remote certificate will be requested, and the remote endpoint must provide a valid certificate for authentication.