示例#1
0
 public static extern bool HP_SSLAgent_GetSSLSessionInfo(IntPtr pAgent, IntPtr connId, SslSessionInfo enInfo, ref IntPtr lppInfo);
示例#2
0
 public static extern bool HP_SSLClient_GetSSLSessionInfo(IntPtr pClient, SslSessionInfo sessionInfo, ref IntPtr lppInfo);
示例#3
0
 public static extern bool HP_SSLServer_GetSSLSessionInfo(IntPtr pServer, IntPtr connId, SslSessionInfo enInfo, ref IntPtr lppInfo);