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