setClientAuthoritiesBytes abstract method
void setClientAuthoritiesBytes(Sets the list of authority names that a SecureServerSocket will advertise as accepted, when requesting a client certificate from a connecting client.
Like setClientAuthorities but takes the contents of the file.
Source
void setClientAuthoritiesBytes(List<int> authCertBytes, {String password});
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/SecurityContext/setClientAuthoritiesBytes.html