Inheritance: Object, IDisposable
Exemplo n.º 1
0
 public QSslCertificate(QSslCertificate other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSslCertificate#", "QSslCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), other);
 }
Exemplo n.º 2
0
 public QSslError(QSslError.SslError error, QSslCertificate certificate) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslError$#", "QSslError(QSslError::SslError, const QSslCertificate&)", typeof(void), typeof(QSslError.SslError), error, typeof(QSslCertificate), certificate);
 }
Exemplo n.º 3
0
 public QSslError(QSslError.SslError error, QSslCertificate certificate)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSslError$#", "QSslError(QSslError::SslError, const QSslCertificate&)", typeof(void), typeof(QSslError.SslError), error, typeof(QSslCertificate), certificate);
 }
Exemplo n.º 4
0
 public string subjectInfo(QSslCertificate.SubjectInfo info)
 {
     return (string) interceptor.Invoke("subjectInfo$", "subjectInfo(QSslCertificate::SubjectInfo) const", typeof(string), typeof(QSslCertificate.SubjectInfo), info);
 }
Exemplo n.º 5
0
 public void SetLocalCertificate(QSslCertificate certificate)
 {
     interceptor.Invoke("setLocalCertificate#", "setLocalCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), certificate);
 }
Exemplo n.º 6
0
 public QSslCertificate(QSslCertificate other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslCertificate#", "QSslCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), other);
 }
Exemplo n.º 7
0
 public static void AddDefaultCaCertificate(QSslCertificate certificate)
 {
     staticInterceptor.Invoke("addDefaultCaCertificate#", "addDefaultCaCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), certificate);
 }
Exemplo n.º 8
0
 public void AddCaCertificate(QSslCertificate certificate)
 {
     interceptor.Invoke("addCaCertificate#", "addCaCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), certificate);
 }
Exemplo n.º 9
0
 public void SetLocalCertificate(QSslCertificate certificate)
 {
     interceptor.Invoke("setLocalCertificate#", "setLocalCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), certificate);
 }
Exemplo n.º 10
0
 public void AddCaCertificate(QSslCertificate certificate)
 {
     interceptor.Invoke("addCaCertificate#", "addCaCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), certificate);
 }
Exemplo n.º 11
0
 public static void AddDefaultCaCertificate(QSslCertificate certificate)
 {
     staticInterceptor.Invoke("addDefaultCaCertificate#", "addDefaultCaCertificate(const QSslCertificate&)", typeof(void), typeof(QSslCertificate), certificate);
 }