Esempio n. 1
0
File: QSslKey.cs Progetto: KDE/qyoto
 public QSslKey(QSslKey other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#", "QSslKey(const QSslKey&)", typeof(void), typeof(QSslKey), other);
 }
Esempio n. 2
0
 public void SetPrivateKey(QSslKey key)
 {
     interceptor.Invoke("setPrivateKey#", "setPrivateKey(const QSslKey&)", typeof(void), typeof(QSslKey), key);
 }
Esempio n. 3
0
 public void SetPrivateKey(QSslKey key)
 {
     interceptor.Invoke("setPrivateKey#", "setPrivateKey(const QSslKey&)", typeof(void), typeof(QSslKey), key);
 }
Esempio n. 4
0
 public QSslKey(QSslKey other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#", "QSslKey(const QSslKey&)", typeof(void), typeof(QSslKey), other);
 }