コード例 #1
0
ファイル: _SSPIWrapper.cs プロジェクト: nnyamhon/corefx
 internal static int QueryContextConnectionInfo(SSPIInterface SecModule, SafeDeleteContext securityContext, out SslConnectionInfo connectionInfo)
 {
     return SecModule.QueryContextConnectionInfo(securityContext, out connectionInfo);
 }