示例#1
0
文件: QSslKey.cs 项目: KDE/qyoto
 public QSslKey(QSslKey other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#", "QSslKey(const QSslKey&)", typeof(void), typeof(QSslKey), other);
 }
示例#2
0
 public void SetPrivateKey(QSslKey key)
 {
     interceptor.Invoke("setPrivateKey#", "setPrivateKey(const QSslKey&)", typeof(void), typeof(QSslKey), key);
 }
示例#3
0
 public void SetPrivateKey(QSslKey key)
 {
     interceptor.Invoke("setPrivateKey#", "setPrivateKey(const QSslKey&)", typeof(void), typeof(QSslKey), key);
 }
示例#4
0
 public QSslKey(QSslKey other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#", "QSslKey(const QSslKey&)", typeof(void), typeof(QSslKey), other);
 }