TlsParameters.AcceptableAuthorities Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
AcceptableAuthorities
Gets or sets the list of acceptable certificate authorities (server side only).
Declaration
public DistinguishedName[] AcceptableAuthorities { get; set; }
Property Value
| Type | Description |
|---|---|
| DistinguishedName[] | The list of acceptable certificate authorities. |
Remarks
This is only used by server sockets.