TlsCertificateChainMode Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Specifies which certificates from the supplied certificate chain to send to the other side.
Syntax
public enum TlsCertificateChainMode
Fields
| Name | Description |
|---|---|
| LeafOnly | Only leaf certificate. |
| SuppliedChain | All certificates in the supplied chain. |
| WithoutRoot | All certificates except the root certificate (default). |