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