IMqttServerCertificateCredentials.cs 84 B

1234
  1. public interface IMqttServerCertificateCredentials
  2. {
  3. string Password { get; }
  4. }