Ejemplo n.º 1
0
 extern unsafe static /* OSStatus */ SslStatus SSLSetEnabledCiphers(/* SSLContextRef */ IntPtr context, SslCipherSuite *ciphers, /* size_t */ IntPtr numCiphers);
Ejemplo n.º 2
0
 extern unsafe static /* OSStatus */ SslStatus SSLGetSupportedCiphers(/* SSLContextRef */ IntPtr context, SslCipherSuite *ciphers, /* size_t* */ ref IntPtr numCiphers);