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