Gets or sets the list of acceptable certificate authorities (server side only).
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Property AcceptableAuthorities As DistinguishedName() Get Set |
C# |
---|
public DistinguishedName[] AcceptableAuthorities { get; set; } |
Field Value
The list of acceptable certificate authorities.Remarks
This is only used by server sockets.