コード例 #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
ファイル: QSslConfiguration.cs プロジェクト: KDE/qyoto
 public void SetPrivateKey(QSslKey key)
 {
     interceptor.Invoke("setPrivateKey#", "setPrivateKey(const QSslKey&)", typeof(void), typeof(QSslKey), key);
 }
コード例 #4
0
ファイル: QSslKey.cs プロジェクト: micro-chen/qyoto
 public QSslKey(QSslKey other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#", "QSslKey(const QSslKey&)", typeof(void), typeof(QSslKey), other);
 }