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