accepted_cas


Description:

[ ConcreteAccessor ]
public abstract List<ByteArray> accepted_cas { owned get; }

A list of the distinguished names of the Certificate Authorities that the server will accept client certificates signed by.

If the server requests a client certificate during the handshake, then this property will be set after the handshake completes.

Each item in the list is a ByteArray which contains the complete subject DN of the certificate authority.