OpenSslNativeSSL_CTX_keylog_cb_func 委托 |
[缺少 "T:HslCommunication.Core.Security.OpenSslNative.SSL_CTX_keylog_cb_func" 的 <summary> 文档]
命名空间:
HslCommunication.Core.Security
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void SSL_CTX_keylog_cb_func(
IntPtr ssl,
string line
)
Public Delegate Sub SSL_CTX_keylog_cb_func (
ssl As IntPtr,
line As String
)
public delegate void SSL_CTX_keylog_cb_func(
IntPtr ssl,
String^ line
)
type SSL_CTX_keylog_cb_func =
delegate of
ssl : IntPtr *
line : string -> unit
参数
- ssl
- 类型:SystemIntPtr
- line
- 类型:SystemString
参见