Пример #1
0
 extern unsafe static /* OSStatus */ SslStatus SSLSetEnabledCiphers(/* SSLContextRef */ IntPtr context, SslCipherSuite *ciphers, /* size_t */ IntPtr numCiphers);
Пример #2
0
 extern unsafe static /* OSStatus */ SslStatus SSLGetSupportedCiphers(/* SSLContextRef */ IntPtr context, SslCipherSuite *ciphers, /* size_t* */ ref IntPtr numCiphers);