コード例 #1
0
ファイル: _SSPIWrapper.cs プロジェクト: nnyamhon/corefx
 internal static Exception GetException(SSPIInterface secModule, SecurityStatus status)
 {
     return secModule.GetException(status);
 }