setClientAuthoritiesBytes method - SecurityContext class - dart:io library (original) (raw)

description

void setClientAuthoritiesBytes(

  1. List<int> authCertBytes, {
  2. String? password, })

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.

Implementation

void setClientAuthoritiesBytes(List<int> authCertBytes, {String? password});